diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-04-29 16:58:45 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-04-29 17:00:14 +0200 |
commit | 61a7a1b77a868e3b940c0b25e6c2b2a6c32caf20 (patch) | |
tree | 18280f2794e0bd731a92488c0ebf9ed77749f0ac /main/qemu/qemu-170-sigset_t.patch | |
parent | 7dc7dfaf5ee97c22fdb1ce15f6702fb9c8c324cd (diff) | |
download | aports-61a7a1b77a868e3b940c0b25e6c2b2a6c32caf20.tar.bz2 aports-61a7a1b77a868e3b940c0b25e6c2b2a6c32caf20.tar.xz |
main/qemu: replace patches with the ones sent upstream
Patches sent upstream:
http://lists.nongnu.org/archive/html/qemu-devel/2014-04/msg04773.html
Diffstat (limited to 'main/qemu/qemu-170-sigset_t.patch')
-rw-r--r-- | main/qemu/qemu-170-sigset_t.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/qemu/qemu-170-sigset_t.patch b/main/qemu/qemu-170-sigset_t.patch deleted file mode 100644 index 90bcdddbce..0000000000 --- a/main/qemu/qemu-170-sigset_t.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- qemu-1.7.0.org/linux-user/syscall.c -+++ qemu-1.7.0/linux-user/syscall.c -@@ -400,7 +400,7 @@ - #endif - #define __NR_sys_ppoll __NR_ppoll - _syscall5(int, sys_ppoll, struct pollfd *, fds, nfds_t, nfds, -- struct timespec *, timeout, const __sigset_t *, sigmask, -+ struct timespec *, timeout, const sigset_t *, sigmask, - size_t, sigsetsize) - #endif - |