diff options
Diffstat (limited to 'dirent/Makefile')
-rw-r--r-- | dirent/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dirent/Makefile b/dirent/Makefile index b80f6a73ea..cfa61826ed 100644 --- a/dirent/Makefile +++ b/dirent/Makefile @@ -37,6 +37,7 @@ CFLAGS-scandir.c += $(uses-callbacks) CFLAGS-scandir64.c += $(uses-callbacks) CFLAGS-scandir-tail.c += $(uses-callbacks) CFLAGS-scandir64-tail.c += $(uses-callbacks) +CFLAGS-dirfd.c += $(config-cflags-wno-ignored-attributes) include ../Rules |