diff options
author | Jason Evans <jasone@FreeBSD.org> | 1999-12-24 01:12:08 +0000 |
---|---|---|
committer | Jason Evans <jasone@FreeBSD.org> | 1999-12-24 01:12:08 +0000 |
commit | 4ebeef489c00193eb551f2de0d59c118a6b62f6d (patch) | |
tree | dd828e7aee51118c0f8d0aa5d1f5c48503122653 /devel/linuxthreads/files/uthread_file.c | |
parent | Add isilo. (diff) |
Update to the most recent release of LinuxThreads, glibc-linuxthreads-2.1.2,
which is rather tightly coupled with GNU libc, unlike the older version
of this port.
LinuxThreads has added many features since it was integrated with GNU libc,
which means that a number of interfaces that were borrowed from libc_r are
no longer needed.
This updated port required a lot of reworking of the port, so there are
likely to be new bugs.
Diffstat (limited to 'devel/linuxthreads/files/uthread_file.c')
-rw-r--r-- | devel/linuxthreads/files/uthread_file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/linuxthreads/files/uthread_file.c b/devel/linuxthreads/files/uthread_file.c index 10b456bfaa40..2602c68d2b61 100644 --- a/devel/linuxthreads/files/uthread_file.c +++ b/devel/linuxthreads/files/uthread_file.c @@ -42,6 +42,7 @@ #include "pthread.h" #include "internals.h" #include "restart.h" +#include "libc_spinlock.h" /* * Weak symbols for externally visible functions in this file: |