Changeset 499


Ignore:
Timestamp:
Aug 1, 2003, 3:51:58 PM (22 years ago)
Author:
zap
Message:

Fixed so that everything compiles now.

Location:
trunk/src/emx/src/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/libc.def

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r498 r499  
    88; At the moment we tollerate that a patch level adds new exports.
    99;
    10 ; Also note that whenever something is added (premanently) one should manually
     10; Also note that whenever something is added (permanently) one should manually
    1111; check that data exports aren't mixed into the code exports. Mixing exports
    12 ; causes more export buckets to be issued and will inscrease overhead during
     12; causes more export bundles to be issued and will inscrease overhead during
    1313; import resolving.
    1414;
     
    1919EXPORTS
    2020; data
    21     "__ctype" @1
    22     "__cur_lcf_time" @2
    23     "__cur_lconv" @3
    24     "__cur_mbyte" @4
    2521    "__daylight" @5
    2622    "__fdvec_head" @6
     
    281277    "_isalnum" @309
    282278    "_isalpha" @310
    283     "__isascii" @311
    284279    "_iscntrl" @312
    285280    "_isdigit" @313
     
    301296    "_isupper" @329
    302297    "_isxdigit" @330
    303     "__itoa" @331
    304     "__lc_table" @332
    305298    "__libc_16to32" @333
    306299    "__libc_32to16" @334
    307300    "__libc_thunk1" @335
    308     "__lltoa" @336
    309301    "__loc2gmt" @337
    310     "__localeconv" @338
    311     "_localeconv" @339
    312302    "__localtime" @340
    313303    "___lseek" @341
    314     "__ltoa" @342
    315304    "__makepath" @343
    316     "__mbtowc" @344
    317305    "__memcount" @345
    318306    "__memdif" @346
     
    359347    "___select" @395
    360348    "__setdummymore" @396
    361     "_setlocale" @397
    362349    "__setmore" @398
    363350    "___settime" @399
     
    718705    "__sys_shrink_heap_to" @754
    719706    "___wait" @755
    720     "__wctomb" @756
    721707    "__sys_sig_valid" @757
    722708    "___waitpid" @758
     
    743729    "__tmpidxnam" @779
    744730    "__tmpidx_unlock" @780
    745     "__toascii" @781
    746731    "_tolower" @782
    747732    "_toupper" @783
     
    765750    "__uldiv" @801
    766751    "___ulimit" @802
    767     "__ulltoa" @803
    768     "__ultoa" @804
    769752    "__um_addmem_nolock" @805
    770753    "__umalloc" @806
     
    799782    "__utdefault" @835
    800783    "___utimes" @836
     784    "___convert_codepage" @837
     785    "___digits" @838
     786    "___do_Unicode" @839
     787    "___from_ucs" @840
     788    "_isascii" @841
     789    "___locale" @842
     790    "___locale_C" @843
     791    "___locale_collate" @844
     792    "___locale_ctype" @845
     793    "___locale_lconv" @846
     794    "___locale_time" @847
     795    "__std_lltoa" @848
     796    "__std_localeconv" @849
     797    "__std_ltoa" @850
     798    "__std_setlocale" @851
     799    "__std_ulltoa" @852
     800    "__std_ultoa" @853
     801    "_toascii" @854
     802    "___to_ucs" @855
  • trunk/src/emx/src/lib/locale/locale_collate.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r498 r499  
    1212#include <string.h>
    1313
    14 struct __locale_collate __locale_collate;
     14struct __locale_collate __locale_collate =
     15{
     16  /* Nothing here; just to make sure ILINK can export it from the DLL */
     17  /*@@@ to be removed when emxomfar is fixed @@@*/
     18};
    1519
    1620static void __attribute__((constructor)) __locale_collate_init ()
Note: See TracChangeset for help on using the changeset viewer.