diff options
author | Jason Evans <jasone@FreeBSD.org> | 2000-05-24 04:14:41 +0000 |
---|---|---|
committer | Jason Evans <jasone@FreeBSD.org> | 2000-05-24 04:14:41 +0000 |
commit | 7f8cdb6f0056fedb27bdd67aa374a8f938f79f36 (patch) | |
tree | 0067d99ba3b510495cedf8c3f419bf9dd9b8ca9c /devel/linuxthreads/files/freebsd-compat.h | |
parent | Update to 4.5.48 (diff) |
Update from version 2.1.2 to 2.1.3 of LinuxThreads.
Notes
Notes:
svn path=/head/; revision=28720
Diffstat (limited to 'devel/linuxthreads/files/freebsd-compat.h')
-rw-r--r-- | devel/linuxthreads/files/freebsd-compat.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/linuxthreads/files/freebsd-compat.h b/devel/linuxthreads/files/freebsd-compat.h index 87682755c6b2..17972257aafc 100644 --- a/devel/linuxthreads/files/freebsd-compat.h +++ b/devel/linuxthreads/files/freebsd-compat.h @@ -1,6 +1,9 @@ #include <poll.h> #include <bits/local_lim.h> #include <sys/queue.h> +#include <sched.h> +#include <sys/types.h> +#include <sys/time.h> #define __libc_close _close @@ -28,6 +31,8 @@ #define __sigaction _sigaction #define _errno errno #define _h_errno h_errno +#define __ptr_t void * +#define __pid_t pid_t #ifndef __P # define __P(args) args |