diff options
Diffstat (limited to 'arch/sparc/include/uapi')
| -rw-r--r-- | arch/sparc/include/uapi/asm/errno.h | 2 | ||||
| -rw-r--r-- | arch/sparc/include/uapi/asm/socket.h | 4 | ||||
| -rw-r--r-- | arch/sparc/include/uapi/asm/unistd.h | 5 | 
3 files changed, 9 insertions, 2 deletions
diff --git a/arch/sparc/include/uapi/asm/errno.h b/arch/sparc/include/uapi/asm/errno.h index c351aba997b..20423e17285 100644 --- a/arch/sparc/include/uapi/asm/errno.h +++ b/arch/sparc/include/uapi/asm/errno.h @@ -40,7 +40,7 @@  #define EPROCLIM        67      /* SUNOS: Too many processes */  #define	EUSERS		68	/* Too many users */  #define	EDQUOT		69	/* Quota exceeded */ -#define	ESTALE		70	/* Stale NFS file handle */ +#define	ESTALE		70	/* Stale file handle */  #define	EREMOTE		71	/* Object is remote */  #define	ENOSTR		72	/* Device not a stream */  #define	ETIME		73	/* Timer expired */ diff --git a/arch/sparc/include/uapi/asm/socket.h b/arch/sparc/include/uapi/asm/socket.h index 4e1d66c3ce7..54d9608681b 100644 --- a/arch/sparc/include/uapi/asm/socket.h +++ b/arch/sparc/include/uapi/asm/socket.h @@ -72,6 +72,10 @@  #define SO_BUSY_POLL		0x0030 +#define SO_MAX_PACING_RATE	0x0031 + +#define SO_BPF_EXTENSIONS	0x0032 +  /* Security levels - as per NRL IPv6 - don't actually do anything */  #define SO_SECURITY_AUTHENTICATION		0x5001  #define SO_SECURITY_ENCRYPTION_TRANSPORT	0x5002 diff --git a/arch/sparc/include/uapi/asm/unistd.h b/arch/sparc/include/uapi/asm/unistd.h index 62ced589bcf..42f2bca1d33 100644 --- a/arch/sparc/include/uapi/asm/unistd.h +++ b/arch/sparc/include/uapi/asm/unistd.h @@ -408,8 +408,11 @@  #define __NR_kern_features	340  #define __NR_kcmp		341  #define __NR_finit_module	342 +#define __NR_sched_setattr	343 +#define __NR_sched_getattr	344 +#define __NR_renameat2		345 -#define NR_syscalls		343 +#define NR_syscalls		346  /* Bitmask values returned from kern_features system call.  */  #define KERN_FEATURE_MIXED_MODE_STACK	0x00000001  | 
