summaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-04-24 08:55:46 +0000
committerJakub Jelinek <jakub@redhat.com>2006-04-24 08:55:46 +0000
commitd0145e03799e484f3a53d79de3b3f34162ee9d3c (patch)
treed8c51a0952204f9015de0db3319d4c820e8646e0 /fedora
parentf5ce81c94cc27035f44d37bffa7f7e08dbce7631 (diff)
Updated to fedora-glibc-20060424T0820
Diffstat (limited to 'fedora')
-rw-r--r--fedora/branch.mk4
-rw-r--r--fedora/glibc.spec.in4
2 files changed, 5 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk
index 9f35fe0f79..30b137b955 100644
--- a/fedora/branch.mk
+++ b/fedora/branch.mk
@@ -3,5 +3,5 @@ glibc-branch := fedora
glibc-base := HEAD
DIST_BRANCH := devel
COLLECTION := dist-fc4
-fedora-sync-date := 2006-03-28 09:00 UTC
-fedora-sync-tag := fedora-glibc-20060328T0900
+fedora-sync-date := 2006-04-24 08:20 UTC
+fedora-sync-tag := fedora-glibc-20060424T0820
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 987ee270cb..0f38af7f11 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -295,7 +295,6 @@ cat > override_headers/asm/unistd.h <<EOF
#define __NR_mknodat 297
#define __NR_fchownat 298
#define __NR_futimesat 299
-#define __NR_fstatat64 300
#define __NR_unlinkat 301
#define __NR_renameat 302
#define __NR_linkat 303
@@ -304,6 +303,9 @@ cat > override_headers/asm/unistd.h <<EOF
#define __NR_fchmodat 306
#define __NR_faccessat 307
#endif
+#ifndef __NR_fstatat64
+#define __NR_fstatat64 300
+#endif
#ifndef __NR_pselect6
#define __NR_pselect6 308
#define __NR_ppoll 309