diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-12-23 10:03:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-12-23 15:29:34 +0000 |
commit | e68aa4b6118b001c4752c54e65dbe9829b2e362c (patch) | |
tree | 6e89c8ee33d35e1eebd5e535c43034928c0b2c18 /main/qemu/qemu-170-sigset_t.patch | |
parent | ddee2f86a48e087867d4a2c12849b2e3baccc238 (diff) | |
download | aports-e68aa4b6118b001c4752c54e65dbe9829b2e362c.tar.bz2 aports-e68aa4b6118b001c4752c54e65dbe9829b2e362c.tar.xz |
main/qemu: musl build fix
Diffstat (limited to 'main/qemu/qemu-170-sigset_t.patch')
-rw-r--r-- | main/qemu/qemu-170-sigset_t.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/qemu/qemu-170-sigset_t.patch b/main/qemu/qemu-170-sigset_t.patch new file mode 100644 index 0000000000..90bcdddbce --- /dev/null +++ b/main/qemu/qemu-170-sigset_t.patch @@ -0,0 +1,11 @@ +--- 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 + |