Changeset 8cd8bf6 in mainline for uspace/lib/posix/stdlib.h
- Timestamp:
- 2011-07-08T17:25:53Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 11809eab
- Parents:
- f5b2522 (diff), ddc63fd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/stdlib.h
rf5b2522 r8cd8bf6 120 120 /* Legacy Declarations */ 121 121 extern char *posix_mktemp(char *tmpl); 122 extern int bsd_getloadavg(double loadavg[], int nelem); 122 123 123 124 #ifndef LIBPOSIX_INTERNAL … … 163 164 164 165 #define mktemp posix_mktemp 166 #define getloadavg bsd_getloadavg 165 167 #endif 166 168
Note:
See TracChangeset
for help on using the changeset viewer.