diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-09-15 13:03:11 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-09-15 13:03:11 +0000 |
commit | 03bea447b84d11b19ad2535e15ebdb7df8053d91 (patch) | |
tree | bef1de6f602f8555c249ed83d1759672b6461513 | |
parent | 5d456f7eba1c5083679973d53ef78b45b22818ca (diff) | |
download | glibc-03bea447b84d11b19ad2535e15ebdb7df8053d91.tar glibc-03bea447b84d11b19ad2535e15ebdb7df8053d91.tar.gz glibc-03bea447b84d11b19ad2535e15ebdb7df8053d91.tar.bz2 glibc-03bea447b84d11b19ad2535e15ebdb7df8053d91.zip |
* io/Makefile (CFLAGS-fstatat.c): Set.
(CFLAGS-fstatat64.c): Likewise.
(CFLAGS-mknodat.c): Likewise.
-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 |