git: 6f5eb383bd36 - main - freebsd32: sync some osig* audit flags with default ABI
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Nov 2021 22:37:34 UTC
The branch main has been updated by brooks:
URL: https://cgit.FreeBSD.org/src/commit/?id=6f5eb383bd36641f77235f6b0fc6b9f64fa21146
commit 6f5eb383bd36641f77235f6b0fc6b9f64fa21146
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2021-11-22 22:36:55 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2021-11-22 22:36:55 +0000
freebsd32: sync some osig* audit flags with default ABI
Discussed with: rwatson
Reviewed by: kib
---
sys/compat/freebsd32/syscalls.master | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master
index a05c241976c7..1503a1ad7453 100644
--- a/sys/compat/freebsd32/syscalls.master
+++ b/sys/compat/freebsd32/syscalls.master
@@ -241,9 +241,9 @@
108 AUE_NULL COMPAT { int freebsd32_sigvec(int signum, \
struct sigvec32 *nsv, \
struct sigvec32 *osv); }
-109 AUE_O_SIGBLOCK COMPAT|NOPROTO { int sigblock(int mask); }
-110 AUE_O_SIGSETMASK COMPAT|NOPROTO { int sigsetmask(int mask); }
-111 AUE_SIGSUSPEND COMPAT|NOPROTO { int sigsuspend( int mask); }
+109 AUE_NULL COMPAT|NOPROTO { int sigblock(int mask); }
+110 AUE_NULL COMPAT|NOPROTO { int sigsetmask(int mask); }
+111 AUE_NULL COMPAT|NOPROTO { int sigsuspend( int mask); }
112 AUE_NULL COMPAT { int freebsd32_sigstack( \
struct sigstack32 *nss, \
struct sigstack32 *oss); }