summaryrefslogtreecommitdiff
blob: 1d5d17304f8b4388d5a747124bc77172e10ea2f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
taken from sabotage linux
--- 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