Changeset 4d10fc8 in mainline for uspace/lib/posix/stdlib.h


Ignore:
Timestamp:
2011-06-07T17:16:38Z (14 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
acc3f82c
Parents:
2fc5072
Message:

Add LIBPOSIX_INTERNAL macro to avoid unnecessary undefines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/stdlib.h

    r2fc5072 r4d10fc8  
    5656extern char *posix_realpath(const char *restrict name, char *restrict resolved);
    5757
     58#ifndef LIBPOSIX_INTERNAL
     59        #define qsort posix_qsort
     60        #define getenv posix_getenv
     61        #define realpath posix_realpath
     62#endif
     63
    5864#endif  // POSIX_STDLIB_H_
    5965
Note: See TracChangeset for help on using the changeset viewer.