diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | io/Makefile | 3 |
2 files changed, 9 insertions, 0 deletions
@@ -1,4 +1,10 @@ 2006-09-14 Jakub Jelinek <jakub@redhat.com> + + * io/Makefile (CFLAGS-fstatat.c): Set. + (CFLAGS-fstatat64.c): Likewise. + (CFLAGS-mknodat.c): Likewise. + +2006-09-14 Jakub Jelinek <jakub@redhat.com> Steven Munroe <sjmunroe@us.ibm.com> * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap 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 |