summaryrefslogtreecommitdiff
path: root/patches/glibc/2.7/230-powerpc-private_futex.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-11-10 01:35:27 (GMT)
committerGitHub <noreply@github.com>2016-11-10 01:35:27 (GMT)
commita76c549823fd0063de999786b6dc583847db091e (patch)
tree04a51e165125497bbcb1b1d8865958c4cd14de5b /patches/glibc/2.7/230-powerpc-private_futex.patch
parent23e9a03a3f4a5eaded6cadbe4d808997879450d1 (diff)
parentdc280e477d6af7702e2481c17af20a7db83814d9 (diff)
Merge pull request #452 from KirillSmirnov/janitorial
Janitorial: update patches
Diffstat (limited to 'patches/glibc/2.7/230-powerpc-private_futex.patch')
-rw-r--r--patches/glibc/2.7/230-powerpc-private_futex.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/patches/glibc/2.7/230-powerpc-private_futex.patch b/patches/glibc/2.7/230-powerpc-private_futex.patch
deleted file mode 100644
index 3016529..0000000
--- a/patches/glibc/2.7/230-powerpc-private_futex.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-2008-04-28 Hiroki Kaminaga <kaminaga@sm.sony.co.jp>
-
- [BZ 6740]
- nptl/sysdeps/powerpc/tcb-offsets.sym (PRIVATE_FUTEX_OFFSET):
- Guard sym definition with #ifndef __ASSUME_PRIVATE_FUTEX.
-
---- a/nptl/sysdeps/powerpc/tcb-offsets.sym
-+++ b/nptl/sysdeps/powerpc/tcb-offsets.sym
-@@ -15,4 +15,6 @@
- PID thread_offsetof (pid)
- TID thread_offsetof (tid)
- POINTER_GUARD (offsetof (tcbhead_t, pointer_guard) - TLS_TCB_OFFSET - sizeof (tcbhead_t))
-+#ifndef __ASSUME_PRIVATE_FUTEX
- PRIVATE_FUTEX_OFFSET thread_offsetof (header.private_futex)
-+#endif