summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-12-25 20:51:40 +0000
committered <ed@FreeBSD.org>2011-12-25 20:51:40 +0000
commitb5c974de6b8a3108890e218e067cd4cd73cd47e5 (patch)
tree82656a646e0516e83206cac512b4b08d41d154c3 /include/Makefile
parent270a49c593b1dbdbe4e5f6e8c3edf6b9eb68bb43 (diff)
downloadFreeBSD-src-b5c974de6b8a3108890e218e067cd4cd73cd47e5.zip
FreeBSD-src-b5c974de6b8a3108890e218e067cd4cd73cd47e5.tar.gz
Add <stdalign.h> and <stdnoreturn.h>.
Even though these header files make little sense to me, they are part of the standard. By including these header files, you can simply use `alignas', `alignof' and `noreturn' instead of the underscore-prefixed versions.
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index 763c254..5fc3923 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -19,8 +19,8 @@ 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 stdatomic.h \
- stdbool.h stddef.h stdio.h stdlib.h string.h stringlist.h \
+ signal.h spawn.h stab.h stdalign.h stdatomic.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 \
ulimit.h unistd.h utime.h utmpx.h uuid.h varargs.h vis.h \
OpenPOWER on IntegriCloud