diff --git a/lib/libc_r/sys/uthread_error.c b/lib/libc_r/sys/uthread_error.c index 0d08ae83729a..8c52967427b1 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 #include "pthread_private.h" extern int errno; @@ -48,4 +47,3 @@ int * __error() } return(p_errno); } -#endif diff --git a/lib/libkse/sys/thr_error.c b/lib/libkse/sys/thr_error.c index 837c5eee18a6..f002ee921014 100644 --- a/lib/libkse/sys/thr_error.c +++ b/lib/libkse/sys/thr_error.c @@ -33,7 +33,6 @@ * * $FreeBSD$ */ -#ifdef _THREAD_SAFE #include #include "thr_private.h" extern int errno; @@ -48,4 +47,3 @@ int * __error() } return(p_errno); } -#endif diff --git a/lib/libpthread/sys/thr_error.c b/lib/libpthread/sys/thr_error.c index 837c5eee18a6..f002ee921014 100644 --- a/lib/libpthread/sys/thr_error.c +++ b/lib/libpthread/sys/thr_error.c @@ -33,7 +33,6 @@ * * $FreeBSD$ */ -#ifdef _THREAD_SAFE #include #include "thr_private.h" extern int errno; @@ -48,4 +47,3 @@ int * __error() } return(p_errno); } -#endif