summaryrefslogtreecommitdiff
path: root/tsd.c
diff options
context:
space:
mode:
authorrpj <rpj>1998-08-06 06:25:28 +0000
committerrpj <rpj>1998-08-06 06:25:28 +0000
commit0f876ad7ecea80b726e6123ef227dedab7e52cf7 (patch)
tree93888ab51fcf8faf3c16fad1b79cb3b1fec1f25e /tsd.c
parentad2fc723a301cf4e6cda882d93199548d525c879 (diff)
Thu Aug 6 15:19:22 1998 Ross Johnson <rpj@swan.canberra.edu.au>
* implement.h (_pthread_destructor_pop): Add prototype. * tsd.c (implement.h): Add include.
Diffstat (limited to 'tsd.c')
-rw-r--r--tsd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsd.c b/tsd.c
index d1d2deb..599ef73 100644
--- a/tsd.c
+++ b/tsd.c
@@ -6,6 +6,7 @@
*/
#include "pthread.h"
+#include "implement.h"
int
pthread_key_create(pthread_key_t *key, void (*destructor)(void *))