summaryrefslogtreecommitdiff
path: root/pthread.def
diff options
context:
space:
mode:
authorrpj <rpj>1999-11-04 17:18:43 +0000
committerrpj <rpj>1999-11-04 17:18:43 +0000
commit7fdb900bc169f0105bf5fb2cd282f6448f3f11f7 (patch)
tree3f3c80cb9efa420e259c407a28b77713985ca23b /pthread.def
parentefa438832bc1343c08c334e88aec4266040ddec3 (diff)
1999-11-05 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* general: Patched for portability to WinCE. The details are described in the file WinCE-PORT. Follow the instructions in README.WinCE to make the appropriate changes in config.h. - Tristan Savatier <tristan@mpegtv.com>
Diffstat (limited to 'pthread.def')
-rw-r--r--pthread.def4
1 files changed, 3 insertions, 1 deletions
diff --git a/pthread.def b/pthread.def
index 6920d5a..9a4efac 100644
--- a/pthread.def
+++ b/pthread.def
@@ -1,11 +1,12 @@
; pthread.def
-; Last updated: $Date: 1999/09/15 00:56:22 $
+; Last updated: $Date: 1999/11/04 17:18:43 $
; Currently unimplemented functions are commented out.
LIBRARY pthread
EXPORTS
+_pthread_processInitialize
;pthread_atfork
pthread_attr_destroy
pthread_attr_getdetachstate
@@ -108,3 +109,4 @@ pthreadCancelableTimedWait
;
pthread_push_cleanup
pthread_pop_cleanup
+