- Timestamp:
- Mar 16, 2011, 12:11:26 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libc/src/kNIX/os2/__libc_back_errno2native.c
r3683 r3690 36 36 * @returns native error code. 37 37 * @param rc Native error code. 38 * @remarks Round trip with __libc_back_native2errno usually isn't lossless 38 * @remarks Round trip with __libc_back_native2errno usually isn't lossless 39 39 * because errno is way more limited than the native error codes. 40 40 */ 41 int __libc_back_ native2errno(int rc)41 int __libc_back_errno2native(int rc) 42 42 { 43 43 switch (rc)
Note:
See TracChangeset
for help on using the changeset viewer.