Changeset 3690 for trunk


Ignore:
Timestamp:
Mar 16, 2011, 12:11:26 AM (14 years ago)
Author:
bird
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/src/kNIX/os2/__libc_back_errno2native.c

    r3683 r3690  
    3636 * @returns native error code.
    3737 * @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
    3939 *          because errno is way more limited than the native error codes.
    4040 */
    41 int __libc_back_native2errno(int rc)
     41int __libc_back_errno2native(int rc)
    4242{
    4343    switch (rc)
Note: See TracChangeset for help on using the changeset viewer.