Changeset 499
- Timestamp:
- Aug 1, 2003, 3:51:58 PM (22 years ago)
- 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
to1.5
r498 r499 8 8 ; At the moment we tollerate that a patch level adds new exports. 9 9 ; 10 ; Also note that whenever something is added (p remanently) one should manually10 ; Also note that whenever something is added (permanently) one should manually 11 11 ; check that data exports aren't mixed into the code exports. Mixing exports 12 ; causes more export bu ckets to be issued and will inscrease overhead during12 ; causes more export bundles to be issued and will inscrease overhead during 13 13 ; import resolving. 14 14 ; … … 19 19 EXPORTS 20 20 ; data 21 "__ctype" @122 "__cur_lcf_time" @223 "__cur_lconv" @324 "__cur_mbyte" @425 21 "__daylight" @5 26 22 "__fdvec_head" @6 … … 281 277 "_isalnum" @309 282 278 "_isalpha" @310 283 "__isascii" @311284 279 "_iscntrl" @312 285 280 "_isdigit" @313 … … 301 296 "_isupper" @329 302 297 "_isxdigit" @330 303 "__itoa" @331304 "__lc_table" @332305 298 "__libc_16to32" @333 306 299 "__libc_32to16" @334 307 300 "__libc_thunk1" @335 308 "__lltoa" @336309 301 "__loc2gmt" @337 310 "__localeconv" @338311 "_localeconv" @339312 302 "__localtime" @340 313 303 "___lseek" @341 314 "__ltoa" @342315 304 "__makepath" @343 316 "__mbtowc" @344317 305 "__memcount" @345 318 306 "__memdif" @346 … … 359 347 "___select" @395 360 348 "__setdummymore" @396 361 "_setlocale" @397362 349 "__setmore" @398 363 350 "___settime" @399 … … 718 705 "__sys_shrink_heap_to" @754 719 706 "___wait" @755 720 "__wctomb" @756721 707 "__sys_sig_valid" @757 722 708 "___waitpid" @758 … … 743 729 "__tmpidxnam" @779 744 730 "__tmpidx_unlock" @780 745 "__toascii" @781746 731 "_tolower" @782 747 732 "_toupper" @783 … … 765 750 "__uldiv" @801 766 751 "___ulimit" @802 767 "__ulltoa" @803768 "__ultoa" @804769 752 "__um_addmem_nolock" @805 770 753 "__umalloc" @806 … … 799 782 "__utdefault" @835 800 783 "___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 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/locale/locale_collate.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r498 r499 12 12 #include <string.h> 13 13 14 struct __locale_collate __locale_collate; 14 struct __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 }; 15 19 16 20 static void __attribute__((constructor)) __locale_collate_init () -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.