Skip to content

Commit eba0a62

Browse files
committed
Add several more headers to the blacklist.
1 parent e6419aa commit eba0a62

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,11 @@ $(SYSROOT_INC):
359359
"$(SYSROOT_INC)/netdb.h" \
360360
"$(SYSROOT_INC)/resolv.h" \
361361
"$(SYSROOT_INC)/pty.h" \
362-
"$(SYSROOT_INC)/dlfcn.h"
362+
"$(SYSROOT_INC)/dlfcn.h" \
363+
"$(SYSROOT_INC)/ulimit.h" \
364+
"$(SYSROOT_INC)/xattr.h" \
365+
"$(SYSROOT_INC)/wordexp.h" \
366+
"$(SYSROOT_INC)/spawn.h"
363367

364368
startup_files: $(SYSROOT_INC)
365369
#

0 commit comments

Comments
 (0)