summaryrefslogtreecommitdiff
path: root/lib/libc/include/thread_private.h
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-09-04 22:17:46 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-09-04 22:17:46 +0000
commit2544c0965f03f1ad1de37d49854dff96e5b00ed3 (patch)
tree5bdbeb36f6ced3971be84ab3a9d85bdd45530ef3 /lib/libc/include/thread_private.h
parentb7924acd437f1e99ff98330256cff6136d42ff02 (diff)
put changes back, this time ALL the files.
Diffstat (limited to 'lib/libc/include/thread_private.h')
-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 24c7f3890bd..723bed5f518 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.9 2001/08/30 17:47:57 todd Exp $ */
+/* $OpenBSD: thread_private.h,v 1.10 2001/09/04 22:17:45 fgsch 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 *, const char *, int);
+int _thread_fd_lock_debug(int, int, struct timespec *, char *, int);
void _thread_fd_unlock(int, int);
-void _thread_fd_unlock_debug(int, int, const char *, int);
+void _thread_fd_unlock_debug(int, int, char *, int);
#endif /* _THREAD_PRIVATE_H_ */