FdTable field in the process data is no more a pointer
[reactos.git] / posix / lib / psxdll / psxdll.def
1 ; $Id: psxdll.def,v 1.3 2002/02/24 22:14:05 ea Exp $
2 ;
3 ; ReactOS POSIX+ Client Library
4 ;
5
6 LIBRARY PSXDLL.DLL
7 EXPORTS
8
9 ;misc/init
10 __PdxInitializeData@8
11 ;misc/heap
12 GetProcessHeap@0
13
14
15 ;dirent
16 opendir
17 readdir
18 closedir
19
20 ;dlfcn
21 dlopen
22 dlclose
23 dlsym
24 dlerror
25
26 ;errno
27 __PdxGetThreadErrNum
28
29 ;fcntl
30 open
31 creat
32 fcntl
33
34 ;libgen
35 basename
36
37 ;misc
38 ;path
39 __PdxPosixPathGetNextComponent_A
40 __PdxPosixPathGetNextComponent_U
41 __PdxPosixPathResolve_A
42 __PdxPosixPathResolve_U
43 __PdxPosixPathNameToNtPathName
44 ;fdtable
45 __fdtable_init
46 __fdtable_free
47 __fdtable_entry_nextavail
48 __fdtable_entry_add
49 __fdtable_entry_remove
50 __fdtable_entry_get
51 ;safeobj
52 __safeobj_validate
53
54 ;pthread
55 pthread_create
56 pthread_exit
57 pthread_join
58 pthread_mutex_destroy
59 pthread_mutex_init
60 pthread_mutex_lock
61 pthread_mutex_trylock
62 pthread_mutex_unlock
63 pthread_mutex_getprioceiling
64 pthread_mutex_setprioceiling
65 pthread_mutexattr_destroy
66 pthread_mutexattr_getpshared
67 pthread_mutexattr_init
68 pthread_mutexattr_setpshared
69 pthread_mutexattr_gettype
70 pthread_mutexattr_settype
71 pthread_mutexattr_getprioceiling
72 pthread_mutexattr_getprotocol
73 pthread_mutexattr_setprioceiling
74 pthread_mutexattr_setprotocol
75
76 ;sched
77 sched_yield
78
79 ;signal
80 pthread_kill
81 raise
82
83 ;stdio
84 printf
85 gets
86
87 ;stdlib
88 abort
89 malloc
90 realloc
91 free
92 calloc
93 exit
94
95 ;string
96 ;forward-exports to NTDLL
97 memchr
98 memcmp
99 memcpy
100 memmove
101 memset
102 strcat
103 strchr
104 strcmp
105 strcpy
106 strcspn
107 strlen
108 strncat
109 strncmp
110 strncpy
111 strpbrk
112 strrchr
113 strspn
114 strstr
115 ;implemented internally
116 strdup
117
118 ;sys/utsname
119 uname
120
121 ;unistd
122 close
123 dup
124 dup2
125 getcwd
126 getpid
127 getppid
128
129 ;wchar
130 ;forward-exports to NTDLL
131 wcscat
132 wcschr
133 wcscmp
134 wcscpy
135 wcscspn
136 wcslen
137 wcsncat
138 wcsncmp
139 wcsncpy
140 wcspbrk
141 wcsrchr
142 wcsspn
143 wcsstr
144 wcstol
145 wcstombs
146 wcstoul
147 ;implemented internally
148
149 ;EOF