updated to reflect modifications to the code

svn path=/trunk/; revision=2701
This commit is contained in:
KJK::Hyperion 2002-03-11 20:49:09 +00:00
parent b62ac8152f
commit 0283e02202

View file

@ -1,4 +1,4 @@
; $Id: psxdll.def,v 1.5 2002/03/10 17:10:30 hyperion Exp $ ; $Id: psxdll.def,v 1.6 2002/03/11 20:49:09 hyperion Exp $
; ;
; ReactOS POSIX+ Client Library ; ReactOS POSIX+ Client Library
; ;
@ -38,13 +38,13 @@ __fdtable_entry_remove
__fdtable_entry_get __fdtable_entry_get
;misc/heap ;misc/heap
;for Microsoft POSIX and Interix compatibility ;for Microsoft POSIX and Interix compatibility
GetProcessHeap GetProcessHeap@0
HeapAlloc HeapAlloc
HeapFree HeapFree
HeapReAlloc HeapReAlloc
HeapSize HeapSize
;misc/init ;misc/init
__PdxInitializeData __PdxInitializeData@8
;misc/path ;misc/path
__PdxPosixPathGetNextComponent_A __PdxPosixPathGetNextComponent_A
__PdxPosixPathGetNextComponent_U __PdxPosixPathGetNextComponent_U
@ -54,7 +54,7 @@ __PdxPosixPathNameToNtPathName
;misc/safeobj ;misc/safeobj
__safeobj_validate __safeobj_validate
;misc/spawn ;misc/spawn
__PdxSpawnPosixProcess __PdxSpawnPosixProcess@24
;pthread ;pthread
pthread_create pthread_create