mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-29 08:08:37 +00:00
stand: Add inttype.h
libunwind files need inttype.h. It's safe so add it to the safe list. Sponsored by: Netflix Reviewed by: jrtc27, kevans Differential Revision: https://reviews.freebsd.org/D37947
This commit is contained in:
parent
da303f5fd4
commit
97e1430606
@ -112,7 +112,7 @@ CFLAGS.lz4.c+= -I${SRCTOP}/sys/cddl/contrib/opensolaris/common/lz4
|
||||
# Create a subset of includes that are safe, as well as adjusting those that aren't
|
||||
# The lists may drive people nuts, but they are explicitly opt-in
|
||||
FAKE_DIRS=xlocale arpa
|
||||
SAFE_INCS=a.out.h assert.h elf.h limits.h nlist.h setjmp.h stddef.h stdbool.h string.h strings.h time.h unistd.h uuid.h
|
||||
SAFE_INCS=a.out.h assert.h elf.h inttypes.h limits.h nlist.h setjmp.h stddef.h stdbool.h string.h strings.h time.h unistd.h uuid.h
|
||||
STAND_H_INC=ctype.h fcntl.h signal.h stdio.h stdlib.h
|
||||
OTHER_INC=stdarg.h errno.h stdint.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user