diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 1999-12-28 18:13:04 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 1999-12-28 18:13:04 +0000 |
| commit | 1752e66d49ea5d9653b0cec4df9949774de0b806 (patch) | |
| tree | cfe4b336992c8189f28dd9dd04ab184768a47b5e /lib/libpthread/thread/thr_gc.c | |
| parent | 69186ed701cbfc740d08df24d46b8d184b6f57eb (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_gc.c')
| -rw-r--r-- | lib/libpthread/thread/thr_gc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libpthread/thread/thr_gc.c b/lib/libpthread/thread/thr_gc.c index d748049a5158..a6ffd4ba58d7 100644 --- a/lib/libpthread/thread/thr_gc.c +++ b/lib/libpthread/thread/thr_gc.c @@ -36,6 +36,7 @@ */ #include <errno.h> #include <time.h> +#include <stdlib.h> #include <unistd.h> #include <sys/types.h> #include <sys/types.h> @@ -52,8 +53,6 @@ _thread_gc(pthread_addr_t arg) sigset_t mask; pthread_t pthread; pthread_t pthread_cln; - pthread_t pthread_nxt; - pthread_t pthread_prv; struct timespec abstime; void *p_stack; |
