summaryrefslogtreecommitdiff
path: root/patches/glibc/ports-2.10.1/510-alpha-fix-includes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/glibc/ports-2.10.1/510-alpha-fix-includes.patch')
-rw-r--r--patches/glibc/ports-2.10.1/510-alpha-fix-includes.patch95
1 files changed, 95 insertions, 0 deletions
diff --git a/patches/glibc/ports-2.10.1/510-alpha-fix-includes.patch b/patches/glibc/ports-2.10.1/510-alpha-fix-includes.patch
new file mode 100644
index 0000000..0004d51
--- /dev/null
+++ b/patches/glibc/ports-2.10.1/510-alpha-fix-includes.patch
@@ -0,0 +1,95 @@
+2009-05-15 Aurelien Jarno <aurelien@aurel32.net>
+
+ * sysdeps/unix/sysv/linux/alpha/getdents64.c: Adjust include path.
+ * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Likewise.
+ * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Likewise.
+ * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
+ * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
+ * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
+ * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
+ * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
+ * sysdeps/unix/sysv/linux/alpha/sysconf.c: Likewise.
+
+ ports/sysdeps/unix/sysv/linux/alpha/getdents64.c | 2 +-
+ ports/sysdeps/unix/sysv/linux/alpha/nptl/fork.c | 2 +-
+ ports/sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c | 2 +-
+ ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c | 2 +-
+ ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c | 2 +-
+ ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c | 2 +-
+ ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c | 2 +-
+ ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c | 2 +-
+ ports/sysdeps/unix/sysv/linux/alpha/sysconf.c | 2 +-
+ 9 files changed, 9 insertions(+), 9 deletions(-)
+
+diff -durN glibc-2.10.1.orig/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/getdents64.c glibc-2.10.1/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/getdents64.c
+--- glibc-2.10.1.orig/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/getdents64.c 2009-05-16 10:36:20.000000000 +0200
++++ glibc-2.10.1/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/getdents64.c 2009-11-13 00:51:08.000000000 +0100
+@@ -1 +1 @@
+-#include "../getdents64.c"
++#include <sysdeps/unix/sysv/linux/getdents64.c>
+diff -durN glibc-2.10.1.orig/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/fork.c glibc-2.10.1/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/fork.c
+--- glibc-2.10.1.orig/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/fork.c 2009-05-16 10:36:20.000000000 +0200
++++ glibc-2.10.1/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/fork.c 2009-11-13 00:51:08.000000000 +0100
+@@ -27,4 +27,4 @@
+ CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD, \
+ NULL, NULL, &THREAD_SELF->tid, NULL)
+
+-#include "../fork.c"
++#include <sysdeps/unix/sysv/linux/fork.c>
+diff -durN glibc-2.10.1.orig/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c glibc-2.10.1/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c
+--- glibc-2.10.1.orig/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c 2009-05-16 10:36:20.000000000 +0200
++++ glibc-2.10.1/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c 2009-11-13 00:51:08.000000000 +0100
+@@ -2,4 +2,4 @@
+ the acquire/release semantics of atomic_exchange_and_add. And even if
+ we don't do this, we should be using atomic_full_barrier or otherwise. */
+ #define __lll_rel_instr "mb"
+-#include "../sem_post.c"
++#include <nptl/sysdeps/unix/sysv/linux/sem_post.c>
+diff -durN glibc-2.10.1.orig/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c glibc-2.10.1/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c
+--- glibc-2.10.1.orig/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c 2009-05-16 10:36:20.000000000 +0200
++++ glibc-2.10.1/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c 2009-11-13 00:51:08.000000000 +0100
+@@ -1 +1 @@
+-#include "../x86_64/timer_create.c"
++#include <nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c>
+diff -durN glibc-2.10.1.orig/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c glibc-2.10.1/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c
+--- glibc-2.10.1.orig/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c 2009-05-16 10:36:20.000000000 +0200
++++ glibc-2.10.1/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c 2009-11-13 00:51:08.000000000 +0100
+@@ -1 +1 @@
+-#include "../x86_64/timer_delete.c"
++#include <nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c>
+diff -durN glibc-2.10.1.orig/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c glibc-2.10.1/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c
+--- glibc-2.10.1.orig/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c 2009-05-16 10:36:20.000000000 +0200
++++ glibc-2.10.1/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c 2009-11-13 00:51:08.000000000 +0100
+@@ -1 +1 @@
+-#include "../x86_64/timer_getoverr.c"
++#include <nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c>
+diff -durN glibc-2.10.1.orig/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c glibc-2.10.1/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c
+--- glibc-2.10.1.orig/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c 2009-05-16 10:36:20.000000000 +0200
++++ glibc-2.10.1/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c 2009-11-13 00:51:08.000000000 +0100
+@@ -1 +1 @@
+-#include "../x86_64/timer_gettime.c"
++#include <nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c>
+diff -durN glibc-2.10.1.orig/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c glibc-2.10.1/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c
+--- glibc-2.10.1.orig/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c 2009-05-16 10:36:20.000000000 +0200
++++ glibc-2.10.1/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c 2009-11-13 00:51:08.000000000 +0100
+@@ -1 +1 @@
+-#include "../x86_64/timer_settime.c"
++#include <nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c>
+diff -durN glibc-2.10.1.orig/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/sysconf.c glibc-2.10.1/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/sysconf.c
+--- glibc-2.10.1.orig/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/sysconf.c 2009-05-16 10:36:20.000000000 +0200
++++ glibc-2.10.1/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/sysconf.c 2009-11-13 00:51:08.000000000 +0100
+@@ -149,4 +149,4 @@
+ /* Now the generic Linux version. */
+ #undef __sysconf
+ #define __sysconf static linux_sysconf
+-#include "../sysconf.c"
++#include <sysdeps/unix/sysv/linux/sysconf.c>
+diff -durN glibc-2.10.1.orig/ports/sysdeps/unix/sysv/linux/alpha/getdents64.c glibc-2.10.1/ports/sysdeps/unix/sysv/linux/alpha/getdents64.c
+diff -durN glibc-2.10.1.orig/ports/sysdeps/unix/sysv/linux/alpha/nptl/fork.c glibc-2.10.1/ports/sysdeps/unix/sysv/linux/alpha/nptl/fork.c
+diff -durN glibc-2.10.1.orig/ports/sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c glibc-2.10.1/ports/sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c
+diff -durN glibc-2.10.1.orig/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c glibc-2.10.1/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c
+diff -durN glibc-2.10.1.orig/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c glibc-2.10.1/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c
+diff -durN glibc-2.10.1.orig/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c glibc-2.10.1/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c
+diff -durN glibc-2.10.1.orig/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c glibc-2.10.1/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c
+diff -durN glibc-2.10.1.orig/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c glibc-2.10.1/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c
+diff -durN glibc-2.10.1.orig/ports/sysdeps/unix/sysv/linux/alpha/sysconf.c glibc-2.10.1/ports/sysdeps/unix/sysv/linux/alpha/sysconf.c