From 52bbb9400b37edd7222ab940b5522430e8a966f1 Mon Sep 17 00:00:00 2001 From: fjoe Date: Fri, 24 Jan 2003 01:46:30 +0000 Subject: remove #ifdef _THREAD_SAFE --- lib/libkse/sys/thr_error.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/libkse/sys/thr_error.c') 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 #include "thr_private.h" extern int errno; @@ -48,4 +47,3 @@ int * __error() } return(p_errno); } -#endif -- cgit v1.1