summaryrefslogtreecommitdiffstats
path: root/lib/libc/include
diff options
context:
space:
mode:
authortodd <todd@openbsd.org>2001-08-30 17:47:57 +0000
committertodd <todd@openbsd.org>2001-08-30 17:47:57 +0000
commitcd74a012b845ae044cd9f1e0ae04b79ba469b17c (patch)
tree96905b28700700d58fd75b2a3cd649fd47e7510b /lib/libc/include
parento kill register (diff)
downloadwireguard-openbsd-cd74a012b845ae044cd9f1e0ae04b79ba469b17c.tar.xz
wireguard-openbsd-cd74a012b845ae044cd9f1e0ae04b79ba469b17c.zip
Back out fgsch@'s tree breaking commits.
Test next time, ok?
Diffstat (limited to 'lib/libc/include')
-rw-r--r--lib/libc/include/thread_private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/include/thread_private.h b/lib/libc/include/thread_private.h
index b1f322d10e4..24c7f3890bd 100644
--- a/lib/libc/include/thread_private.h
+++ b/lib/libc/include/thread_private.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: thread_private.h,v 1.8 2001/08/30 07:38:27 fgsch Exp $ */
+/* $OpenBSD: thread_private.h,v 1.9 2001/08/30 17:47:57 todd Exp $ */
#ifndef _THREAD_PRIVATE_H_
#define _THREAD_PRIVATE_H_
@@ -128,8 +128,8 @@ void * _libc_private_storage(volatile struct _thread_private_key_struct *,
#endif
int _thread_fd_lock(int, int, struct timespec *);
-int _thread_fd_lock_debug(int, int, struct timespec *, char *, int);
+int _thread_fd_lock_debug(int, int, struct timespec *, const char *, int);
void _thread_fd_unlock(int, int);
-void _thread_fd_unlock_debug(int, int, char *, int);
+void _thread_fd_unlock_debug(int, int, const char *, int);
#endif /* _THREAD_PRIVATE_H_ */