summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2013-06-01 21:02:26 +0000
committered <ed@FreeBSD.org>2013-06-01 21:02:26 +0000
commit5b06de1dac2f2f17f7597351b8c366cd5f5c2a88 (patch)
tree81c08a01acc6781ef604bb62a5cdd2472e4e518d /include/Makefile
parentece39b8d036223642b9cb1041316f0c28f28898b (diff)
downloadFreeBSD-src-5b06de1dac2f2f17f7597351b8c366cd5f5c2a88.zip
FreeBSD-src-5b06de1dac2f2f17f7597351b8c366cd5f5c2a88.tar.gz
Move <stdatomic.h> into sys/sys/.
This will allow us to use C11 atomics in kernelspace, although it will need to be included as <sys/stdatomic.h>.
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Makefile b/include/Makefile
index a6aaa64..4ccb759 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -19,7 +19,7 @@ INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \
printf.h proc_service.h pthread.h \
pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h \
res_update.h resolv.h runetype.h search.h semaphore.h setjmp.h \
- signal.h spawn.h stab.h stdalign.h stdatomic.h stdbool.h stddef.h \
+ signal.h spawn.h stab.h stdalign.h stdbool.h stddef.h \
stdnoreturn.h stdio.h stdlib.h string.h stringlist.h \
strings.h sysexits.h tar.h termios.h tgmath.h \
time.h timeconv.h timers.h ttyent.h \
@@ -33,8 +33,8 @@ MHDRS= float.h floatingpoint.h stdarg.h
PHDRS= sched.h _semaphore.h
-LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdint.h syslog.h \
- ucontext.h
+LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdatomic.h stdint.h \
+ syslog.h ucontext.h
LDIRS= bsm cam geom net net80211 netatalk netgraph netinet netinet6 \
netipsec ${_netipx} netnatm \
OpenPOWER on IntegriCloud