remove #ifdef _THREAD_SAFE

This commit is contained in:
Max Khon 2003-01-24 01:46:30 +00:00
parent 6cdcc15976
commit 1746ea2b02
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109772
3 changed files with 0 additions and 6 deletions

View File

@ -33,7 +33,6 @@
*
* $FreeBSD$
*/
#ifdef _THREAD_SAFE
#include <pthread.h>
#include "pthread_private.h"
extern int errno;
@ -48,4 +47,3 @@ int * __error()
}
return(p_errno);
}
#endif

View File

@ -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

View File

@ -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