From c69dbbfa18c0ff0e4148bedb617d96b74fcf7ddf Mon Sep 17 00:00:00 2001 From: David Leonard Date: Thu, 6 Jan 2000 08:57:30 +0000 Subject: oops --- lib/libc/include/thread_private.h | 4 ++-- 1 file 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 -- cgit v1.2.3