public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Add IP_PROTOCOL from Linux 6.4 to bits/in.h
@ 2023-08-01 17:22 Joseph Myers
  0 siblings, 0 replies; only message in thread
From: Joseph Myers @ 2023-08-01 17:22 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=bd154cdb9e7d2c9ddd2e204c49899c43eeed486f

commit bd154cdb9e7d2c9ddd2e204c49899c43eeed486f
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Aug 1 17:22:12 2023 +0000

    Add IP_PROTOCOL from Linux 6.4 to bits/in.h
    
    Linux 6.4 adds a new constant IP_PROTOCOL; add it to glibc's
    bits/in.h.
    
    Tested for x86_64.

Diff:
---
 sysdeps/unix/sysv/linux/bits/in.h | 1 +
 1 file changed, 1 insertion(+)

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-01 17:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-01 17:22 [glibc] Add IP_PROTOCOL from Linux 6.4 to bits/in.h Joseph Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).