summaryrefslogtreecommitdiffstats
path: root/lib/libc_r
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2003-01-24 01:46:30 +0000
committerfjoe <fjoe@FreeBSD.org>2003-01-24 01:46:30 +0000
commit52bbb9400b37edd7222ab940b5522430e8a966f1 (patch)
tree8683ebef9e244a537ee847803439f2ec4efa9e88 /lib/libc_r
parentfc2f60400f2eeb5b4d5322ee9d0bd0b218225fe4 (diff)
downloadFreeBSD-src-52bbb9400b37edd7222ab940b5522430e8a966f1.zip
FreeBSD-src-52bbb9400b37edd7222ab940b5522430e8a966f1.tar.gz
remove #ifdef _THREAD_SAFE
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/sys/uthread_error.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc_r/sys/uthread_error.c b/lib/libc_r/sys/uthread_error.c
index 0d08ae8..8c52967 100644
--- a/lib/libc_r/sys/uthread_error.c
+++ b/lib/libc_r/sys/uthread_error.c
@@ -33,7 +33,6 @@
*
* $FreeBSD$
*/
-#ifdef _THREAD_SAFE
#include <pthread.h>
#include "pthread_private.h"
extern int errno;
@@ -48,4 +47,3 @@ int * __error()
}
return(p_errno);
}
-#endif
OpenPOWER on IntegriCloud