OSDN Git Service

Adjust repository version following WSL-5.2.2 release.
[mingw/mingw-org-wsl.git] / mingwrt / moldname.def.in
1 ;
2 ; __FILENAME__
3 ;
4 ; Exports from the runtime except that these exports are actually preceeded
5 ; by a underscore in the actual DLL. These correspond to functions which
6 ; are non-ANSI and were prefixed with an underscore to avoid name space
7 ; clutter. However many, in fact most programs still use a few of these
8 ; functions without the underscore. This .def file is specially processed
9 ; to make those non-underscored name function calls call the equivalent
10 ; underscored functions.
11 ;
12 ; Contributors:
13 ;  Created by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
14 ;  Maintained by Mumit Khan <khan@xraylith.wisc.edu>
15 ;
16 ;  THIS SOFTWARE IS NOT COPYRIGHTED
17 ;
18 ;  This source code is offered for use in the public domain. You may
19 ;  use, modify or distribute it freely.
20 ;
21 ;  This code is distributed in the hope that it will be useful but
22 ;  WITHOUT ANY WARRANTY. ALL WARRENTIES, EXPRESS OR IMPLIED ARE HEREBY
23 ;  DISCLAMED. This includes but is not limited to warrenties of
24 ;  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
25 ;
26 EXPORTS
27 access
28 chdir
29 chmod
30 chsize
31 close
32 creat
33 cwait
34 #if !(__CRTDLL__)
35 daylight DATA
36 #endif
37 dup
38 dup2
39 ecvt
40 eof
41 execl
42 execle
43 execlp
44 execlpe
45 execv
46 execve
47 execvp
48 execvpe
49 fcvt
50 fdopen
51 fgetchar
52 fgetwchar
53 filelength
54 fileno
55 ; Alias fpreset is set in CRT_fp10,c and CRT_fp8.c.
56 ; fpreset
57 fputchar
58 fputwchar
59 fstat
60 ftime
61 gcvt
62 getch
63 getche
64 getcwd
65 getpid
66 getw
67 heapwalk
68 isatty
69 itoa
70 kbhit
71 lfind
72 lsearch
73 lseek
74 ltoa
75 memccpy
76 memicmp
77 mkdir
78 mktemp
79 open
80 pclose
81 popen
82 putch
83 putenv
84 putw
85 read
86 rmdir
87 rmtmp
88 searchenv
89 setmode
90 sopen
91 spawnl
92 spawnle
93 spawnlp
94 spawnlpe
95 spawnv
96 spawnve
97 spawnvp
98 spawnvpe
99 stat
100 strcmpi
101 strdup
102 stricmp
103 stricoll
104 strlwr
105 strnicmp
106 strnset
107 strrev
108 strset
109 strupr
110 swab
111 tell
112 tempnam
113 #if  !(__CRTDLL__)
114 timezone DATA
115 #endif
116 ; export tzname for both. See <time.h>
117 tzname DATA
118 tzset
119 umask
120 ungetch
121 unlink
122 utime
123 wcsdup
124 wcsicmp
125 wcsicoll
126 wcslwr
127 wcsnicmp
128 wcsnset
129 wcsrev
130 wcsset
131 wcsupr
132 #if  !(__CRTDLL__)
133 wpopen
134 #endif
135 write
136 ; non-ANSI functions declared in math.h
137 j0
138 j1
139 jn
140 y0
141 y1
142 yn
143 chgsign
144 ; omit scalb...
145 ; it would conflict with the GCC built-in, which exhibits
146 ; semantics differing from the MSVCRT implementation.
147 ;scalb
148 finite
149 fpclass
150 ; C99 functions
151 cabs
152 hypot
153 logb
154 nextafter