From bfaf03935f7460c7dcb2722bbd2961d7b1ec7415 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Fri, 1 Oct 2021 14:38:10 +0100 Subject: sparc: add SO_RESERVE_MEM definition. Reported-by: Stephen Rothwell Signed-off-by: David S. Miller --- arch/sparc/include/uapi/asm/socket.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/sparc/include/uapi/asm/socket.h b/arch/sparc/include/uapi/asm/socket.h index e80ee8641ac3..082578b00cdd 100644 --- a/arch/sparc/include/uapi/asm/socket.h +++ b/arch/sparc/include/uapi/asm/socket.h @@ -124,6 +124,9 @@ #define SO_BUF_LOCK 0x0051 +#define SO_RESEVE_MEM 0x0052 + + #if !defined(__KERNEL__) -- cgit