Changeset 3805 for branches/libc-0.6/src/emx/include
- Timestamp:
- Feb 6, 2014, 12:37:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/include/emx/startup.h
r2295 r3805 50 50 51 51 #define _CRT_EXIT1(fun) __asm__ (".stabs \"___crtexit1__\", 23, 0, 0, _" #fun); 52 53 #if __GNUC_PREREQ__(4,2) 54 # define CRT_DATA_USED __attribute__((__used__)) 55 #else 56 # define CRT_DATA_USED 57 #endif 52 58 53 59 extern char ** _org_environ;
Note:
See TracChangeset
for help on using the changeset viewer.