summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_seterrno.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_seterrno.c')
-rw-r--r--lib/libpthread/thread/thr_seterrno.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libpthread/thread/thr_seterrno.c b/lib/libpthread/thread/thr_seterrno.c
index 1934aac..0d9474f 100644
--- a/lib/libpthread/thread/thr_seterrno.c
+++ b/lib/libpthread/thread/thr_seterrno.c
@@ -31,7 +31,6 @@
*
* $FreeBSD$
*/
-#ifdef _THREAD_SAFE
#include <pthread.h>
#include "pthread_private.h"
@@ -58,4 +57,3 @@ _thread_seterrno(pthread_t thread, int error)
*/
thread->error = error;
}
-#endif
OpenPOWER on IntegriCloud