Changeset 1905 for trunk/src/emx/include
- Timestamp:
- Apr 24, 2005, 2:11:40 PM (20 years ago)
- Location:
- trunk/src/emx/include
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/emx/startup.h
-
Property cvs2svn:cvs-rev
changed from
1.5
to1.6
r1904 r1905 50 50 #define _CRT_EXIT1(fun) __asm__ (".stabs \"___crtexit1__\", 23, 0, 0, _" #fun); 51 51 52 extern void (*_atexit_v[64])(void);53 extern int _atexit_n;54 55 52 extern char ** _org_environ; 56 53 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/include/stdlib.h
-
Property cvs2svn:cvs-rev
changed from
1.30
to1.31
r1904 r1905 299 299 void *valloc(size_t); 300 300 #endif 301 int on_exit(void (*)(int, void *), void *); 301 302 /* bird: LIBC stuff - end */ 302 303 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.