diff options
Diffstat (limited to 'lib/libkse/sys')
-rw-r--r-- | lib/libkse/sys/thr_error.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libkse/sys/thr_error.c b/lib/libkse/sys/thr_error.c index 837c5ee..f002ee9 100644 --- a/lib/libkse/sys/thr_error.c +++ b/lib/libkse/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 |