projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5daaed6
)
add SO_ getsockopt options from linux v4.13
author
Szabolcs Nagy
<nsz@port70.net>
Mon, 11 Sep 2017 20:50:40 +0000
(20:50 +0000)
committer
Rich Felker
<dalias@aerifal.cx>
Sun, 5 Nov 2017 23:41:21 +0000
(18:41 -0500)
SCM_TIMESTAMPING_PKTINFO is new in
aad9c8c470f2a8321a99eb053630ce0e199558d6
SO_PEERGROUPS is new in
28b5ba2aa0f55d80adb2624564ed2b170c19519e
include/sys/socket.h
patch
|
blob
|
history
diff --git
a/include/sys/socket.h
b/include/sys/socket.h
index bcaf87f96d9d9a11b750fb5f600576e05ef2777b..051d20e033616b0c3449c5ee9bdd7016ee09b6ca 100644
(file)
--- a/
include/sys/socket.h
+++ b/
include/sys/socket.h
@@
-228,6
+228,8
@@
struct linger {
#define SO_MEMINFO 55
#define SO_INCOMING_NAPI_ID 56
#define SO_COOKIE 57
+#define SCM_TIMESTAMPING_PKTINFO 58
+#define SO_PEERGROUPS 59
#ifndef SOL_SOCKET
#define SOL_SOCKET 1