mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-20 05:43:09 +00:00
sparc: Add all necessary direct socket system calls.
The GLIBC folks would like to eliminate socketcall support eventually, and this makes sense regardless so wire them all up. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
8db7b3c544
commit
8b30ca73b7
3 changed files with 24 additions and 18 deletions
|
@ -418,8 +418,11 @@
|
|||
#define __NR_execveat 350
|
||||
#define __NR_membarrier 351
|
||||
#define __NR_userfaultfd 352
|
||||
#define __NR_bind 353
|
||||
#define __NR_listen 354
|
||||
#define __NR_setsockopt 355
|
||||
|
||||
#define NR_syscalls 353
|
||||
#define NR_syscalls 356
|
||||
|
||||
/* Bitmask values returned from kern_features system call. */
|
||||
#define KERN_FEATURE_MIXED_MODE_STACK 0x00000001
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue