Skip to content

Commit 282cdee

Browse files
committed
Add MACH and RAVYNOS defines to libthr
1 parent 2ee9494 commit 282cdee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/libthr/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ CSTD= c11
1919
NO_WTHREAD_SAFETY=1
2020
NO_WCAST_ALIGN.gcc=1 # for gcc 4.2
2121
CFLAGS+=-DPTHREAD_KERNEL
22+
CFLAGS+=-D__MACH__ -D__RAVYNOS__
2223
CFLAGS+=-I${SRCTOP}/lib/libc/include
2324
CFLAGS+=-I${SRCTOP}/lib/libc/${MACHINE_CPUARCH}
2425
CFLAGS+=-I${.CURDIR}/thread

0 commit comments

Comments
 (0)