diff mbox series

Add IP_PROTOCOL from Linux 6.4 to bits/in.h

Message ID a2a22d60-953c-d5d7-4686-c146d918056@codesourcery.com
State New
Headers show
Series Add IP_PROTOCOL from Linux 6.4 to bits/in.h | expand

Commit Message

Joseph Myers Aug. 1, 2023, 5:06 p.m. UTC
Linux 6.4 adds a new constant IP_PROTOCOL; add it to glibc's
bits/in.h.

Tested for x86_64.

Comments

Andreas Schwab Aug. 1, 2023, 5:18 p.m. UTC | #1
On Aug 01 2023, Joseph Myers wrote:

> Linux 6.4 adds a new constant IP_PROTOCOL; add it to glibc's
> bits/in.h.

Ok.
diff mbox series

Patch

diff --git a/sysdeps/unix/sysv/linux/bits/in.h b/sysdeps/unix/sysv/linux/bits/in.h
index 6bf2fded21..8f3aca4ba1 100644
--- a/sysdeps/unix/sysv/linux/bits/in.h
+++ b/sysdeps/unix/sysv/linux/bits/in.h
@@ -129,6 +129,7 @@ 
 #define IP_MULTICAST_ALL		49
 #define IP_UNICAST_IF			50
 #define IP_LOCAL_PORT_RANGE		51
+#define IP_PROTOCOL			52
 
 /* To select the IP level.  */
 #define SOL_IP	0