summaryrefslogtreecommitdiff
path: root/lib/libpthread/sys/thr_error.c
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-01-24 01:46:30 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-01-24 01:46:30 +0000
commit1746ea2b029324e7d659b0ba612c2a043ee51a40 (patch)
tree8683ebef9e244a537ee847803439f2ec4efa9e88 /lib/libpthread/sys/thr_error.c
parent6cdcc159763ff167b37ccdb648dabbf2bb2275a5 (diff)
Notes
Diffstat (limited to 'lib/libpthread/sys/thr_error.c')
-rw-r--r--lib/libpthread/sys/thr_error.c2
1 files changed, 0 insertions, 2 deletions
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 <pthread.h>
#include "thr_private.h"
extern int errno;
@@ -48,4 +47,3 @@ int * __error()
}
return(p_errno);
}
-#endif