summaryrefslogtreecommitdiff
path: root/arch/sparc
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2021-10-01 14:38:10 +0100
committerDavid S. Miller <davem@davemloft.net>2021-10-01 14:38:10 +0100
commitbfaf03935f7460c7dcb2722bbd2961d7b1ec7415 (patch)
tree4c0d788ecfe4984286abccec75013b3b30bbb2d8 /arch/sparc
parenta70e3f024d5f4ec7edb17ab5d927eb55397f1d15 (diff)
sparc: add SO_RESERVE_MEM definition.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc')
-rw-r--r--arch/sparc/include/uapi/asm/socket.h3
1 files changed, 3 insertions, 0 deletions
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__)