author | Szabolcs Nagy <nsz@port70.net> | 2017年09月11日 20:50:40 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2017年11月05日 18:41:21 -0500 |
commit | c35a8bf456ca6ef74e3cc7c4d8f63572bc1e1167 (patch) | |
tree | ac55127976e59e9ee852dd5fc09cd88f8ed93f90 /include/sys/socket.h | |
parent | 5daaed6a0efd8a2b1410ff5395a6b3bb0e1a907e (diff) | |
download | musl-c35a8bf456ca6ef74e3cc7c4d8f63572bc1e1167.tar.gz |
-rw-r--r-- | include/sys/socket.h | 2 |
diff --git a/include/sys/socket.h b/include/sys/socket.h index bcaf87f9..051d20e0 100644 --- 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 |