diff options
Diffstat (limited to 'io')
-rw-r--r-- | io/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/io/Makefile b/io/Makefile index 895b3e3a73..c06d747d4a 100644 --- a/io/Makefile +++ b/io/Makefile @@ -98,6 +98,9 @@ CFLAGS-mknod.c = -DHAVE_DOT_HIDDEN CFLAGS-stat64.c = -DHAVE_DOT_HIDDEN CFLAGS-fstat64.c = -DHAVE_DOT_HIDDEN CFLAGS-lstat64.c = -DHAVE_DOT_HIDDEN +CFLAGS-fstatat.c = -DHAVE_DOT_HIDDEN +CFLAGS-fstatat64.c = -DHAVE_DOT_HIDDEN +CFLAGS-mknodat.c = -DHAVE_DOT_HIDDEN endif test-stat2-ARGS = Makefile . $(objpfx)test-stat2 |