diff options
| author | Jason Evans <jasone@FreeBSD.org> | 2000-01-04 00:05:24 +0000 |
|---|---|---|
| committer | Jason Evans <jasone@FreeBSD.org> | 2000-01-04 00:05:24 +0000 |
| commit | 1c274b738e16b74f7f1b1ce7ff1d83375da092e6 (patch) | |
| tree | f819f4323deed8ddce9b0e2ba26c72ba906adaaf /devel/linuxthreads/files/uthread_file.c | |
| parent | Correct typedef problem under 3.x (diff) | |
Clean up the port considerably, and fix several serious bugs. There are
still some problems, at least with signal handling and locking on SMP.
Submitted by: dick
Notes
Notes:
svn path=/head/; revision=24399
Diffstat (limited to 'devel/linuxthreads/files/uthread_file.c')
| -rw-r--r-- | devel/linuxthreads/files/uthread_file.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/linuxthreads/files/uthread_file.c b/devel/linuxthreads/files/uthread_file.c index 2602c68d2b61..8a64d869c6b9 100644 --- a/devel/linuxthreads/files/uthread_file.c +++ b/devel/linuxthreads/files/uthread_file.c @@ -36,13 +36,14 @@ * level too. * */ +#include <errno.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "pthread.h" #include "internals.h" +#include "spinlock.h" #include "restart.h" -#include "libc_spinlock.h" /* * Weak symbols for externally visible functions in this file: |
