public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Add SOL_SMC from Linux 5.18 to bits/socket.h
@ 2022-05-31 13:50 Joseph Myers
  0 siblings, 0 replies; only message in thread
From: Joseph Myers @ 2022-05-31 13:50 UTC (permalink / raw)
  To: glibc-cvs

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

commit 6488f4d00653b489e7969c0a489dc665c26514a8
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue May 31 13:49:53 2022 +0000

    Add SOL_SMC from Linux 5.18 to bits/socket.h
    
    Linux 5.18 adds a constant SOL_SMC to the getsockopt / setsockopt
    levels; add this constant to bits/socket.h.
    
    Tested for x86_64.

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

diff --git a/sysdeps/unix/sysv/linux/bits/socket.h b/sysdeps/unix/sysv/linux/bits/socket.h
index 88fce77349..4f1f810ea1 100644
--- a/sysdeps/unix/sysv/linux/bits/socket.h
+++ b/sysdeps/unix/sysv/linux/bits/socket.h
@@ -171,6 +171,7 @@ typedef __socklen_t socklen_t;
 #define SOL_XDP		283
 #define SOL_MPTCP	284
 #define SOL_MCTP	285
+#define SOL_SMC		286
 
 /* Maximum queue length specifiable by listen.  */
 #define SOMAXCONN	4096


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

only message in thread, other threads:[~2022-05-31 13:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-31 13:50 [glibc] Add SOL_SMC from Linux 5.18 to bits/socket.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).