diff options
| author | Mike Makonnen <mtm@FreeBSD.org> | 2003-05-23 09:48:20 +0000 |
|---|---|---|
| committer | Mike Makonnen <mtm@FreeBSD.org> | 2003-05-23 09:48:20 +0000 |
| commit | 7d9d7ca2ed3e3d630e63482c41f2d26194129c2c (patch) | |
| tree | a5c7ab227f8b7ea35430bf21cc7cafe1b6b756f3 /lib/libthr/thread/thr_kern.c | |
| parent | 4e3f7b6ede53e15c4423d42f0cb5bce693a14246 (diff) | |
Notes
Diffstat (limited to 'lib/libthr/thread/thr_kern.c')
| -rw-r--r-- | lib/libthr/thread/thr_kern.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_kern.c b/lib/libthr/thread/thr_kern.c index 2945cc35f55e..7d10c5fe5540 100644 --- a/lib/libthr/thread/thr_kern.c +++ b/lib/libthr/thread/thr_kern.c @@ -33,6 +33,7 @@ #include <sys/timespec.h> #include <pthread.h> #include <signal.h> +#include <stdlib.h> #include <errno.h> #include <unistd.h> @@ -80,7 +81,6 @@ void _thread_critical_exit(pthread_t pthread) { sigset_t set; - int error; /* * restore is protected by giant. We could restore our signal state |
