summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-09-15 13:03:11 +0000
committerJakub Jelinek <jakub@redhat.com>2006-09-15 13:03:11 +0000
commit03bea447b84d11b19ad2535e15ebdb7df8053d91 (patch)
treebef1de6f602f8555c249ed83d1759672b6461513
parent5d456f7eba1c5083679973d53ef78b45b22818ca (diff)
* io/Makefile (CFLAGS-fstatat.c): Set.
(CFLAGS-fstatat64.c): Likewise. (CFLAGS-mknodat.c): Likewise.
-rw-r--r--ChangeLog6
-rw-r--r--io/Makefile3
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32f290aadb..8ca1808b34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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