Changeset 1542
- Timestamp:
- Oct 5, 2004, 2:25:19 AM (21 years ago)
- Location:
- trunk/src/emx/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/include/libc-alias.h
-
Property cvs2svn:cvs-rev
changed from
1.5
to1.6
r1541 r1542 36 36 37 37 #ifdef TIMEBOMB 38 asm(".stabs \"___libc_ timebomb\",1,0,0,0");38 asm(".stabs \"___libc_Timebomb\",1,0,0,0"); 39 39 #endif 40 40 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/sys/timebomb.c
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r1541 r1542 34 34 #ifdef TIMEBOMB 35 35 36 void __libc_ timebomb(void);36 void __libc_Timebomb(void); 37 37 38 _CRT_INIT1(__libc_ timebomb)38 _CRT_INIT1(__libc_Timebomb) 39 39 40 void __libc_ timebomb(void)40 void __libc_Timebomb(void) 41 41 { 42 42 DATETIME dt = {0,0,0,0,31,12,2004,0}; -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.