Changeset 1542


Ignore:
Timestamp:
Oct 5, 2004, 2:25:19 AM (21 years ago)
Author:
bird
Message:

Upper case else it's not exported.

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 to 1.6
    r1541 r1542  
    3636
    3737#ifdef TIMEBOMB
    38 asm(".stabs  \"___libc_timebomb\",1,0,0,0");
     38asm(".stabs  \"___libc_Timebomb\",1,0,0,0");
    3939#endif
    4040
  • trunk/src/emx/src/lib/sys/timebomb.c

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r1541 r1542  
    3434#ifdef TIMEBOMB
    3535
    36 void __libc_timebomb(void);
     36void __libc_Timebomb(void);
    3737
    38 _CRT_INIT1(__libc_timebomb)
     38_CRT_INIT1(__libc_Timebomb)
    3939
    40 void __libc_timebomb(void)
     40void __libc_Timebomb(void)
    4141{
    4242    DATETIME    dt = {0,0,0,0,31,12,2004,0};
Note: See TracChangeset for help on using the changeset viewer.