summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortodd <>2001-08-30 17:47:57 +0000
committertodd <>2001-08-30 17:47:57 +0000
commit7543c16b6ed60668d4550f8d2acb04dc0a07190b (patch)
treec05fd9583ff36cef65a93b6564f91da1ca8c49a4 /src
parent020e2637fe132911ea23f5fec42abdac0b2b9f1a (diff)
downloadopenbsd-7543c16b6ed60668d4550f8d2acb04dc0a07190b.tar.gz
openbsd-7543c16b6ed60668d4550f8d2acb04dc0a07190b.tar.bz2
openbsd-7543c16b6ed60668d4550f8d2acb04dc0a07190b.zip
Back out fgsch@'s tree breaking commits.
Test next time, ok?
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/include/thread_private.h6
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 b1f322d10e..24c7f3890b 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.8 2001/08/30 07:38:27 fgsch Exp $ */ 1/* $OpenBSD: thread_private.h,v 1.9 2001/08/30 17:47:57 todd 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
130int _thread_fd_lock(int, int, struct timespec *); 130int _thread_fd_lock(int, int, struct timespec *);
131int _thread_fd_lock_debug(int, int, struct timespec *, char *, int); 131int _thread_fd_lock_debug(int, int, struct timespec *, const char *, int);
132void _thread_fd_unlock(int, int); 132void _thread_fd_unlock(int, int);
133void _thread_fd_unlock_debug(int, int, char *, int); 133void _thread_fd_unlock_debug(int, int, const char *, int);
134 134
135#endif /* _THREAD_PRIVATE_H_ */ 135#endif /* _THREAD_PRIVATE_H_ */