Add stdatomic.h
This commit is contained in:
parent
f8c6a2b31e
commit
507caaad52
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2017/07/23 01:12:23 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2017/10/04 23:43:23 christos Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
|
@ -8,6 +8,9 @@
|
|||
|
||||
INCS= ${G_EXTRA_HEADERS:T}
|
||||
|
||||
# Part of the standard headers, the rest of wich we replace.
|
||||
INCS+= stdatomic.h
|
||||
|
||||
# XXX missed some how
|
||||
.if ${GCC_MACHINE_ARCH} == "i386" || ${GCC_MACHINE_ARCH} == "x86_64"
|
||||
INCS+= mm_malloc.h
|
||||
|
|
Loading…
Reference in New Issue