From 48c75e98411c5023338d051d60e34e14bf2c9ff1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 23 Feb 2014 16:29:18 +0100 Subject: patches make strace non-working on qemu sparc64 glibc, need reworking --- package/strace/patches/patch-time_c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 package/strace/patches/patch-time_c (limited to 'package/strace/patches/patch-time_c') diff --git a/package/strace/patches/patch-time_c b/package/strace/patches/patch-time_c deleted file mode 100644 index 746e00644..000000000 --- a/package/strace/patches/patch-time_c +++ /dev/null @@ -1,14 +0,0 @@ ---- strace-4.8.orig/time.c 2012-05-01 23:17:51.000000000 +0200 -+++ strace-4.8/time.c 2013-08-14 08:52:00.000000000 +0200 -@@ -774,7 +774,11 @@ printsigevent(struct tcb *tcp, long arg) - /* _pad[0] is the _tid field which might not be - present in the userlevel definition of the - struct. */ -+#if defined(__GLIBC__) || defined(__UCLIBC__) - tprintf("{%d}", sev._sigev_un._pad[0]); -+#else -+ ; -+#endif - else if (sev.sigev_notify == SIGEV_THREAD) - tprintf("{%p, %p}", sev.sigev_notify_function, - sev.sigev_notify_attributes); -- cgit v1.2.3