Changeset 810 for trunk/src/emx/include/stdlib.h
- Timestamp:
- Oct 6, 2003, 2:55:10 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/stdlib.h
-
Property cvs2svn:cvs-rev
changed from
1.15
to1.16
r809 r810 180 180 */ 181 181 #if __POSIX_VISIBLE /* >= ??? */ 182 /* int posix_memalign(void **, size_t, size_t); (ADV)*/182 int posix_memalign(void **, size_t, size_t); /* bird: we implement this. */ 183 183 /** @todo int rand_r(unsigned *); */ /* (TSF) */ 184 184 int setenv(const char *, const char *, int); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.