diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-03 20:51:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-03 20:51:55 +0200 |
commit | 3dc2541ea5d85eb3b3a9d54a2b81b472bb2880c4 (patch) | |
tree | 643ccd2477008373199c21056092f51b4cd2fff6 /package/strace/patches/patch-time_c | |
parent | 7229ebabb9e2ebfdb650d42c36899d1f9794d113 (diff) |
update to 4.9, need to readd needed patches after testrun
Diffstat (limited to 'package/strace/patches/patch-time_c')
-rw-r--r-- | package/strace/patches/patch-time_c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/package/strace/patches/patch-time_c b/package/strace/patches/patch-time_c deleted file mode 100644 index 53a6cf76b..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 2014-02-25 17:25:14.000000000 +0100 -@@ -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__) - tprintf("{%d}", sev._sigev_un._pad[0]); -+#else -+ tprintf("{%d}", (int) sev.__pad[0]); -+#endif - else if (sev.sigev_notify == SIGEV_THREAD) - tprintf("{%p, %p}", sev.sigev_notify_function, - sev.sigev_notify_attributes); |