summaryrefslogtreecommitdiff
path: root/src/lib/libc/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/include')
-rw-r--r--src/lib/libc/include/thread_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/include/thread_private.h b/src/lib/libc/include/thread_private.h
index 6b04fd9f75..29ff13d33c 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.6 2001/01/04 21:45:30 todd Exp $ */ 1/* $OpenBSD: thread_private.h,v 1.7 2001/08/12 12:03:01 heko Exp $ */
2 2
3#ifndef _THREAD_PRIVATE_H_ 3#ifndef _THREAD_PRIVATE_H_
4#define _THREAD_PRIVATE_H_ 4#define _THREAD_PRIVATE_H_
@@ -132,4 +132,4 @@ int _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, const char *, int); 133void _thread_fd_unlock_debug(int, int, const char *, int);
134 134
135#endif _THREAD_PRIVATE_H_ 135#endif /* _THREAD_PRIVATE_H_ */