aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32/syscalls.master
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-05-10 18:17:29 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-05-10 18:17:29 +0000
commit17138b619c46e1875101e82205055f20eca90275 (patch)
treefa471bf4cced56b25d7e9dca0c38878b1532c4bf /sys/amd64/linux32/syscalls.master
parentf488d07edb8d8ac029c82fc2894fb231db234dfa (diff)
downloadsrc-17138b619c46e1875101e82205055f20eca90275.tar.gz
src-17138b619c46e1875101e82205055f20eca90275.zip
Implement rt_sigpending in the linuxolator.
PR: 92671 Submitted by: Markus Niemist"o <markus.niemisto@gmx.net>
Notes
Notes: svn path=/head/; revision=158406
Diffstat (limited to 'sys/amd64/linux32/syscalls.master')
-rw-r--r--sys/amd64/linux32/syscalls.master3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/amd64/linux32/syscalls.master b/sys/amd64/linux32/syscalls.master
index 4e2e36a0f919..ad9c8e85bfd3 100644
--- a/sys/amd64/linux32/syscalls.master
+++ b/sys/amd64/linux32/syscalls.master
@@ -308,7 +308,8 @@
175 AUE_NULL MSTD { int linux_rt_sigprocmask(l_int how, \
l_sigset_t *mask, l_sigset_t *omask, \
l_size_t sigsetsize); }
-176 AUE_NULL MSTD { int linux_rt_sigpending(void); }
+176 AUE_NULL MSTD { int linux_rt_sigpending(l_sigset_t *set, \
+ l_size_t sigsetsize); }
177 AUE_NULL MSTD { int linux_rt_sigtimedwait(void); }
178 AUE_NULL MSTD { int linux_rt_sigqueueinfo(void); }
179 AUE_NULL MSTD { int linux_rt_sigsuspend( \