aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2023-05-26 15:04:13 +0000
committerJoseph Myers <joseph@codesourcery.com>2023-05-26 15:04:13 +0000
commita33c211b117016cab1069f9f1dd9285f0c00a506 (patch)
treebc9c576a0ee78b070b189c261f2cd7f639a6a838
parent8754a4133e154ca853e6765a3fe5c7a904c77626 (diff)
downloadglibc-a33c211b117016cab1069f9f1dd9285f0c00a506.zip
glibc-a33c211b117016cab1069f9f1dd9285f0c00a506.tar.gz
glibc-a33c211b117016cab1069f9f1dd9285f0c00a506.tar.bz2
Add IP_LOCAL_PORT_RANGE from Linux 6.3 to bits/in.h
Linux 6.3 adds a new constant IP_LOCAL_PORT_RANGE. Add it to the corresponding bits/in.h in glibc. Tested for x86_64.
-rw-r--r--sysdeps/unix/sysv/linux/bits/in.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/in.h b/sysdeps/unix/sysv/linux/bits/in.h
index 9f6f0f1..6bf2fde 100644
--- a/sysdeps/unix/sysv/linux/bits/in.h
+++ b/sysdeps/unix/sysv/linux/bits/in.h
@@ -128,6 +128,7 @@
#define IP_MSFILTER 41
#define IP_MULTICAST_ALL 49
#define IP_UNICAST_IF 50
+#define IP_LOCAL_PORT_RANGE 51
/* To select the IP level. */
#define SOL_IP 0