diff options
author | David Leonard <d@cvs.openbsd.org> | 2000-01-06 08:57:30 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 2000-01-06 08:57:30 +0000 |
commit | c69dbbfa18c0ff0e4148bedb617d96b74fcf7ddf (patch) | |
tree | 7d3b8e1290f3f5603d02f33de4679650de823085 /lib/libc/include/thread_private.h | |
parent | 7de3fd6d6616429f19f0a3d79537f100ba4439a3 (diff) |
oops
Diffstat (limited to 'lib/libc/include/thread_private.h')
-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 |