mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 09:12:44 +00:00
remove #ifdef _THREAD_SAFE
This commit is contained in:
parent
6cdcc15976
commit
1746ea2b02
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109772
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user