summaryrefslogtreecommitdiff
path: root/pthread.def
diff options
context:
space:
mode:
authorrpj <rpj>1999-02-09 17:55:00 +0000
committerrpj <rpj>1999-02-09 17:55:00 +0000
commit721979305020519130bc8134331eabaeede3736e (patch)
treec3cfcc8dde1e94865b311f01a4c922665ef5e10a /pthread.def
parenta3db256e9e64a55e53e051756b3c1a6b6328c529 (diff)
Wed Feb 10 12:49:11 1999 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* pthread.def (pthread_attr_getstackaddr): uncomment (pthread_attr_setstackaddr): uncomment
Diffstat (limited to 'pthread.def')
-rw-r--r--pthread.def10
1 files changed, 7 insertions, 3 deletions
diff --git a/pthread.def b/pthread.def
index 4f8c69e..f8630d0 100644
--- a/pthread.def
+++ b/pthread.def
@@ -1,5 +1,5 @@
; pthread.def
-; Last updated: $Date: 1999/02/08 21:19:57 $
+; Last updated: $Date: 1999/02/09 17:55:00 $
; Currently unimplemented functions are commented out.
@@ -13,7 +13,7 @@ pthread_attr_getdetachstate
pthread_attr_getschedparam
;pthread_attr_getschedpolicy
;pthread_attr_getscope
-;pthread_attr_getstackaddr
+pthread_attr_getstackaddr
pthread_attr_getstacksize
pthread_attr_init
pthread_attr_setdetachstate
@@ -21,11 +21,15 @@ pthread_attr_setdetachstate
pthread_attr_setschedparam
;pthread_attr_setschedpolicy
;pthread_attr_setscope
-;pthread_attr_setstackaddr
+pthread_attr_setstackaddr
pthread_attr_setstacksize
pthread_cancel
+;
+; These are implemented as macros
+;
;pthread_cleanup_pop
;pthread_cleanup_push
+;
pthread_condattr_destroy
pthread_condattr_getpshared
pthread_condattr_init