diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-01-24 01:46:30 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-01-24 01:46:30 +0000 |
commit | 52bbb9400b37edd7222ab940b5522430e8a966f1 (patch) | |
tree | 8683ebef9e244a537ee847803439f2ec4efa9e88 /lib/libpthread/sys | |
parent | fc2f60400f2eeb5b4d5322ee9d0bd0b218225fe4 (diff) | |
download | FreeBSD-src-52bbb9400b37edd7222ab940b5522430e8a966f1.zip FreeBSD-src-52bbb9400b37edd7222ab940b5522430e8a966f1.tar.gz |
remove #ifdef _THREAD_SAFE
Diffstat (limited to 'lib/libpthread/sys')
-rw-r--r-- | lib/libpthread/sys/thr_error.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libpthread/sys/thr_error.c b/lib/libpthread/sys/thr_error.c index 837c5ee..f002ee9 100644 --- a/lib/libpthread/sys/thr_error.c +++ b/lib/libpthread/sys/thr_error.c @@ -33,7 +33,6 @@ * * $FreeBSD$ */ -#ifdef _THREAD_SAFE #include <pthread.h> #include "thr_private.h" extern int errno; @@ -48,4 +47,3 @@ int * __error() } return(p_errno); } -#endif |