diff options
author | fgsch <> | 2001-09-04 22:17:45 +0000 |
---|---|---|
committer | fgsch <> | 2001-09-04 22:17:45 +0000 |
commit | 311001e1e488adf9abd558a81b3c0bdee6f5b75b (patch) | |
tree | ed80b5f08a2a36b753bfe70ea4085abf245e180f /src/lib | |
parent | 5b3e056e6db48bf48da609c32dbef8d245f3b012 (diff) | |
download | openbsd-311001e1e488adf9abd558a81b3c0bdee6f5b75b.tar.gz openbsd-311001e1e488adf9abd558a81b3c0bdee6f5b75b.tar.bz2 openbsd-311001e1e488adf9abd558a81b3c0bdee6f5b75b.zip |
put changes back, this time ALL the files.
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libc/include/thread_private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/include/thread_private.h b/src/lib/libc/include/thread_private.h index 24c7f3890b..723bed5f51 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.9 2001/08/30 17:47:57 todd Exp $ */ | 1 | /* $OpenBSD: thread_private.h,v 1.10 2001/09/04 22:17:45 fgsch Exp $ */ |
2 | 2 | ||
3 | #ifndef _THREAD_PRIVATE_H_ | 3 | #ifndef _THREAD_PRIVATE_H_ |
4 | #define _THREAD_PRIVATE_H_ | 4 | #define _THREAD_PRIVATE_H_ |
@@ -128,8 +128,8 @@ void * _libc_private_storage(volatile struct _thread_private_key_struct *, | |||
128 | #endif | 128 | #endif |
129 | 129 | ||
130 | int _thread_fd_lock(int, int, struct timespec *); | 130 | int _thread_fd_lock(int, int, struct timespec *); |
131 | int _thread_fd_lock_debug(int, int, struct timespec *, const char *, int); | 131 | int _thread_fd_lock_debug(int, int, struct timespec *, char *, int); |
132 | void _thread_fd_unlock(int, int); | 132 | void _thread_fd_unlock(int, int); |
133 | void _thread_fd_unlock_debug(int, int, const char *, int); | 133 | void _thread_fd_unlock_debug(int, int, char *, int); |
134 | 134 | ||
135 | #endif /* _THREAD_PRIVATE_H_ */ | 135 | #endif /* _THREAD_PRIVATE_H_ */ |