diff options
author | d <> | 2000-01-06 08:57:29 +0000 |
---|---|---|
committer | d <> | 2000-01-06 08:57:29 +0000 |
commit | 92201915a8c30b3720da3475c8aa7a14a71a6aa0 (patch) | |
tree | 0b53a38e937e36c0eb9dadaed14008ab437c4680 /src | |
parent | 57a9adae477abe664687758a1fcff978095b6018 (diff) | |
download | openbsd-92201915a8c30b3720da3475c8aa7a14a71a6aa0.tar.gz openbsd-92201915a8c30b3720da3475c8aa7a14a71a6aa0.tar.bz2 openbsd-92201915a8c30b3720da3475c8aa7a14a71a6aa0.zip |
oops
Diffstat (limited to 'src')
-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 b2677fad0e..32dc010330 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.3 2000/01/06 07:47:09 d Exp $ */ | 1 | /* $OpenBSD: thread_private.h,v 1.4 2000/01/06 08:57:29 d Exp $ */ |
2 | 2 | ||
3 | #ifndef _THREAD_PRIVATE_H_ | 3 | #ifndef _THREAD_PRIVATE_H_ |
4 | #define _THREAD_PRIVATE_H_ | 4 | #define _THREAD_PRIVATE_H_ |
@@ -23,7 +23,7 @@ extern int __isthreaded; | |||
23 | */ | 23 | */ |
24 | 24 | ||
25 | #ifdef _NO_WEAK_ALIASES | 25 | #ifdef _NO_WEAK_ALIASES |
26 | #defined _THREAD_SAFE | 26 | #ifdef _THREAD_SAFE |
27 | #define WEAK_NAME(name) __CONCAT(_weak,name) | 27 | #define WEAK_NAME(name) __CONCAT(_weak,name) |
28 | #else | 28 | #else |
29 | #define WEAK_NAME(name) name | 29 | #define WEAK_NAME(name) name |