forked from CTSRD-CHERI/cheribsd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sysv ipc: match FreeBSD for {msg,sem,shm}sys args
Restore the use of int as the argument for these extremely obsolete syscalls. It would arguably be more accurate to use syscallarg_t, but in practice it doesn't matter. First, because these are x86 only and really only used on practice on ancient i386 binaries and second, because of the way they are dispatched to the real sys_ syscall implementations. The only thing that might matter is the number of arguments.
- Loading branch information
1 parent
aa455df
commit 6a21315
Showing
4 changed files
with
14 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters