Changeset b7ee0369 in mainline for uspace/lib/posix/stdlib.h
- Timestamp:
- 2011-07-31T05:08:44Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d3e241a
- Parents:
- 051e6ac (diff), 27a8d1d (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
r051e6ac rb7ee0369 113 113 extern void posix_free(void *ptr); 114 114 115 /* Temporary Files */ 116 extern int posix_mkstemp(char *tmpl); 117 115 118 /* Legacy Declarations */ 116 119 extern char *posix_mktemp(char *tmpl); … … 158 161 #define free posix_free 159 162 163 #define mkstemp posix_mkstemp 164 160 165 #define mktemp posix_mktemp 161 166 #define getloadavg bsd_getloadavg
Note:
See TracChangeset
for help on using the changeset viewer.