New calls and new exported functions
[reactos.git] / posix / lib / psxdll / psxdll.def
index f54bd82..bac034e 100644 (file)
@@ -1,4 +1,4 @@
-; $Id: psxdll.def,v 1.6 2002/03/11 20:49:09 hyperion Exp $
+; $Id: psxdll.def,v 1.8 2002/05/17 02:21:54 hyperion Exp $
 ;
 ; ReactOS POSIX+ Client Library
 ;
@@ -6,6 +6,29 @@
 LIBRARY PSXDLL.DLL
 EXPORTS
 
+;ctype
+isalnum
+isalpha
+iscntrl
+isdigit
+isgraph
+islower
+isprint
+ispunct
+isspace
+isupper
+iswalpha
+iswctype
+iswdigit
+iswlower
+iswspace
+iswxdigit
+isxdigit
+tolower
+toupper
+towlower
+towupper
+
 ;dirent
 opendir
 readdir
@@ -28,6 +51,18 @@ fcntl
 ;libgen
 basename
 
+;math
+atan
+ceil
+cos
+fabs
+floor
+log
+pow
+sin
+sqrt
+tan
+
 ;misc
 ;misc/fdtable
 __fdtable_init
@@ -91,8 +126,12 @@ printf
 gets
 
 ;stdlib
+abs
 abort
+atoi
+atol
 malloc
+mbstowcs
 realloc
 free
 calloc
@@ -123,16 +162,33 @@ strstr
 ;implemented internally
 strdup
 
+;sys/stat
+chmod
+fchmod
+fstat
+lstat
+mkdir
+mkfifo
+mknod
+stat
+umask
+
 ;sys/utsname
 uname
 
 ;unistd
+access
 close
 dup
 dup2
+fork
 getcwd
 getpid
 getppid
+pread
+read
+sleep
+write
 
 ;wchar
 ;forward-exports to NTDLL
@@ -166,4 +222,7 @@ RtlUpcaseUnicodeChar
 RtlUpcaseUnicodeToMultiByteN
 RtlZeroMemory
 
+;WARNING: PRELIMINARY CODE FOR DEBUGGING PURPOSES ONLY - DO NOT CHANGE
+__PdxGetProcessData
+
 ;EOF