add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.h
authorSzabolcs Nagy <nsz@port70.net>
Sat, 20 Aug 2016 15:04:05 +0000 (17:04 +0200)
committerRich Felker <dalias@aerifal.cx>
Tue, 30 Aug 2016 19:58:20 +0000 (15:58 -0400)
macros for qualcom ip router protocol, new in linux commit
bdabad3e363d825ddf9679dd431cca0b2c30f881

include/sys/socket.h

index 59ab1e2ff9518eaca441fa25d0425fdb323944d8..8664779a64c84af9296fd2c6ede5457af6e598ba 100644 (file)
@@ -107,7 +107,8 @@ struct linger {
 #define PF_NFC          39
 #define PF_VSOCK        40
 #define PF_KCM          41
-#define PF_MAX          42
+#define PF_QIPCRTR      42
+#define PF_MAX          43
 
 #define AF_UNSPEC       PF_UNSPEC
 #define AF_LOCAL        PF_LOCAL
@@ -154,6 +155,7 @@ struct linger {
 #define AF_NFC          PF_NFC
 #define AF_VSOCK        PF_VSOCK
 #define AF_KCM          PF_KCM
+#define AF_QIPCRTR      PF_QIPCRTR
 #define AF_MAX          PF_MAX
 
 #ifndef SO_DEBUG