; $Id: psxdll.edf,v 1.1 2002/02/20 07:06:50 hyperion Exp $ ; ; ReactOS POSIX Client Library ; LIBRARY PSXDLL.DLL EXPORTS ;dirent opendir=opendir readdir=readdir closedir=closedir ;dlfcn dlopen=dlopen dlclose=dlclose dlsym=dlsym dlerror=dlerror ;errno __PdxGetThreadErrNum=__PdxGetThreadErrNum ;fcntl open=open creat=creat fcntl=fcntl ;libgen basename=basename ;misc ;path __PdxPosixPathGetNextComponent_A=__PdxPosixPathGetNextComponent_A __PdxPosixPathGetNextComponent_U=__PdxPosixPathGetNextComponent_U __PdxPosixPathResolve_A=__PdxPosixPathResolve_A __PdxPosixPathResolve_U=__PdxPosixPathResolve_U __PdxPosixPathNameToNtPathName=__PdxPosixPathNameToNtPathName ;fdtable __fdtable_init=__fdtable_init __fdtable_free=__fdtable_free __fdtable_entry_nextavail=__fdtable_entry_nextavail __fdtable_entry_add=__fdtable_entry_add __fdtable_entry_remove=__fdtable_entry_remove __fdtable_entry_get=__fdtable_entry_get ;safeobj __safeobj_validate=__safeobj_validate ;pthread pthread_create=pthread_create pthread_exit=pthread_exit pthread_join=pthread_join pthread_mutex_destroy=pthread_mutex_destroy pthread_mutex_init=pthread_mutex_init pthread_mutex_lock=pthread_mutex_lock pthread_mutex_trylock=pthread_mutex_trylock pthread_mutex_unlock=pthread_mutex_unlock pthread_mutex_getprioceiling=pthread_mutex_getprioceiling pthread_mutex_setprioceiling=pthread_mutex_setprioceiling pthread_mutexattr_destroy=pthread_mutexattr_destroy pthread_mutexattr_getpshared=pthread_mutexattr_getpshared pthread_mutexattr_init=pthread_mutexattr_init pthread_mutexattr_setpshared=pthread_mutexattr_setpshared pthread_mutexattr_gettype=pthread_mutexattr_gettype pthread_mutexattr_settype=pthread_mutexattr_settype pthread_mutexattr_getprioceiling=pthread_mutexattr_getprioceiling pthread_mutexattr_getprotocol=pthread_mutexattr_getprotocol pthread_mutexattr_setprioceiling=pthread_mutexattr_setprioceiling pthread_mutexattr_setprotocol=pthread_mutexattr_setprotocol ;sched sched_yield=sched_yield ;signal pthread_kill=pthread_kill raise=raise ;stdio printf=MSVCRT.printf gets=MSVCRT.gets ;stdlib abort=abort malloc=malloc realloc=realloc free=free calloc=calloc exit=exit ;string ;forward-exports to NTDLL memchr=NTDLL.memchr memcmp=NTDLL.memcmp memcpy=NTDLL.memcpy memmove=NTDLL.memmove memset=NTDLL.memset strcat=NTDLL.strcat strchr=NTDLL.strchr strcmp=NTDLL.strcmp strcpy=NTDLL.strcpy strcspn=NTDLL.strcspn strlen=NTDLL.strlen strncat=NTDLL.strncat strncmp=NTDLL.strncmp strncpy=NTDLL.strncpy strpbrk=NTDLL.strpbrk strrchr=NTDLL.strrchr strspn=NTDLL.strspn strstr=NTDLL.strstr ;implemented internally strdup ;sys/utsname uname=uname ;unistd close=close dup=dup dup2=dup2 getcwd=getcwd getpid=getpid getppid=getppid ;wchar ;forward-exports to NTDLL wcscat=NTDLL.wcscat wcschr=NTDLL.wcschr wcscmp=NTDLL.wcscmp wcscpy=NTDLL.wcscpy wcscspn=NTDLL.wcscspn wcslen=NTDLL.wcslen wcsncat=NTDLL.wcsncat wcsncmp=NTDLL.wcsncmp wcsncpy=NTDLL.wcsncpy wcspbrk=NTDLL.wcspbrk wcsrchr=NTDLL.wcsrchr wcsspn=NTDLL.wcsspn wcsstr=NTDLL.wcsstr wcstol=NTDLL.wcstol wcstombs=NTDLL.wcstombs wcstoul=NTDLL.wcstoul ;implemented internally ;EOF