diff options
author | heko <> | 2001-08-12 12:03:01 +0000 |
---|---|---|
committer | heko <> | 2001-08-12 12:03:01 +0000 |
commit | 17b2b4ae4a5f18948d5042343abdf044fe91a105 (patch) | |
tree | 7b219753dd0743edaa498f8301dad012772934bd /src/lib/libc/include | |
parent | bd434151910050c9b9259432fe7a0c0542edf08d (diff) | |
download | openbsd-17b2b4ae4a5f18948d5042343abdf044fe91a105.tar.gz openbsd-17b2b4ae4a5f18948d5042343abdf044fe91a105.tar.bz2 openbsd-17b2b4ae4a5f18948d5042343abdf044fe91a105.zip |
#(endif|else) foo is incorrect, make it #endif /* foo */
deraadt@ ok
Diffstat (limited to 'src/lib/libc/include')
-rw-r--r-- | src/lib/libc/include/thread_private.h | 4 |
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); | |||
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, const char *, int); |
134 | 134 | ||
135 | #endif _THREAD_PRIVATE_H_ | 135 | #endif /* _THREAD_PRIVATE_H_ */ |