diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libc/include/thread_private.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/include/thread_private.h b/src/lib/libc/include/thread_private.h index edac6b008d..9fbadce008 100644 --- a/src/lib/libc/include/thread_private.h +++ b/src/lib/libc/include/thread_private.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: thread_private.h,v 1.16 2004/06/07 21:11:23 marc Exp $ */ | 1 | /* $OpenBSD: thread_private.h,v 1.17 2005/11/15 11:56:40 millert Exp $ */ |
2 | 2 | ||
3 | /* PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org> */ | 3 | /* PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org> */ |
4 | 4 | ||
@@ -91,6 +91,7 @@ extern void *__THREAD_NAME(serv_mutex); | |||
91 | #define FD_WRITE 0x2 | 91 | #define FD_WRITE 0x2 |
92 | #define FD_RDWR (FD_READ | FD_WRITE) | 92 | #define FD_RDWR (FD_READ | FD_WRITE) |
93 | 93 | ||
94 | struct timespec; | ||
94 | int _thread_fd_lock(int, int, struct timespec *); | 95 | int _thread_fd_lock(int, int, struct timespec *); |
95 | void _thread_fd_unlock(int, int); | 96 | void _thread_fd_unlock(int, int); |
96 | 97 | ||