mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Remove -D_THREAD_SAFE.
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org>
This commit is contained in:
parent
ed4ee6b2af
commit
209afb2603
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
# system call stubs.
|
||||
LIB=c_r
|
||||
SHLIB_MAJOR= 5
|
||||
CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE
|
||||
CFLAGS+=-DPTHREAD_KERNEL
|
||||
CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/uthread \
|
||||
-I${.CURDIR}/../../include
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue