summaryrefslogtreecommitdiff
path: root/package/strace/patches/patch-desc_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-24 07:55:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-24 07:55:29 +0100
commit27b6ae1d8416ac2d93363d350a2856ee62e7cc29 (patch)
tree9d8f2e726e87a813a64e626af7a42fdd662e8211 /package/strace/patches/patch-desc_c
parentc390d1649de615c390ced12ac12b855622905ad3 (diff)
parentdfee72dfe617d17c1cd2a8473dd47e82206c0db8 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/strace/patches/patch-desc_c')
-rw-r--r--package/strace/patches/patch-desc_c11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/strace/patches/patch-desc_c b/package/strace/patches/patch-desc_c
deleted file mode 100644
index 2702c7f5f..000000000
--- a/package/strace/patches/patch-desc_c
+++ /dev/null
@@ -1,11 +0,0 @@
---- strace-4.8.orig/desc.c 2013-05-02 00:39:10.000000000 +0200
-+++ strace-4.8/desc.c 2013-08-14 08:55:36.000000000 +0200
-@@ -223,7 +223,7 @@ static const struct xlat perf_event_open
- { 0, NULL },
- };
-
--#if _LFS64_LARGEFILE
-+#if defined(_LFS64_LARGEFILE) && defined(__GLIBC__) || defined(__UCLIBC__)
- /* fcntl/lockf */
- static void
- printflock64(struct tcb *tcp, long addr, int getlk)