Changeset 4d10fc8 in mainline for uspace/lib/posix/stdlib.h
- Timestamp:
- 2011-06-07T17:16:38Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- acc3f82c
- Parents:
- 2fc5072
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/stdlib.h
r2fc5072 r4d10fc8 56 56 extern char *posix_realpath(const char *restrict name, char *restrict resolved); 57 57 58 #ifndef LIBPOSIX_INTERNAL 59 #define qsort posix_qsort 60 #define getenv posix_getenv 61 #define realpath posix_realpath 62 #endif 63 58 64 #endif // POSIX_STDLIB_H_ 59 65
Note:
See TracChangeset
for help on using the changeset viewer.