diff options
author | 2000-01-06 08:57:29 +0000 | |
---|---|---|
committer | 2000-01-06 08:57:29 +0000 | |
commit | c3086ff24b8f6a37f22f5e990ac8463b78971a91 (patch) | |
tree | 61c665f1ca6aed5e7c2a97786fc74144af1eb0c9 /lib/libc | |
parent | use weak symbols (diff) | |
download | wireguard-openbsd-c3086ff24b8f6a37f22f5e990ac8463b78971a91.tar.xz wireguard-openbsd-c3086ff24b8f6a37f22f5e990ac8463b78971a91.zip |
oops
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/include/thread_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/include/thread_private.h b/lib/libc/include/thread_private.h index b2677fad0e0..32dc0103307 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.3 2000/01/06 07:47:09 d Exp $ */ +/* $OpenBSD: thread_private.h,v 1.4 2000/01/06 08:57:29 d Exp $ */ #ifndef _THREAD_PRIVATE_H_ #define _THREAD_PRIVATE_H_ @@ -23,7 +23,7 @@ extern int __isthreaded; */ #ifdef _NO_WEAK_ALIASES -#defined _THREAD_SAFE +#ifdef _THREAD_SAFE #define WEAK_NAME(name) __CONCAT(_weak,name) #else #define WEAK_NAME(name) name |