mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
remove #ifdef _THREAD_SAFE
This commit is contained in:
parent
6cdcc15976
commit
1746ea2b02
3 changed files with 0 additions and 6 deletions
|
|
@ -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 a new issue