]> granicus.if.org Git - strace/commitdiff
xlat: update TIPC_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 27 May 2019 21:25:52 +0000 (21:25 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 27 May 2019 21:25:52 +0000 (21:25 +0000)
* xlat/sock_tipc_options.in (TIPC_SOCK_RECVQ_USED): New constant
introduced by Linux kernel commit v5.2-rc1~133^2~143.
* NEWS: Mention this.

NEWS
xlat/sock_tipc_options.in

diff --git a/NEWS b/NEWS
index e3fd3960ee1a8273fdbaff74bb4dea8ece423afb..8bc117106ee2a056f7cc2f6ccbde4e46b4fe9cb2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ Noteworthy changes in release ?.? (????-??-??)
 ==============================================
 
 * Improvements
-  * Updated lists of AUDIT_*, CLONE_*, KVM_*, and V4L2_* constants.
+  * Updated lists of AUDIT_*, CLONE_*, KVM_*, TIPC_*, and V4L2_* constants.
 
 Noteworthy changes in release 5.1 (2019-05-22)
 ==============================================
index 849e50d66e24554893be4eee0703ac6bab7ff7cc..2ecc2019e7e05a3d207681401e9843c9fbb26c90 100644 (file)
@@ -9,3 +9,4 @@ TIPC_MCAST_BROADCAST    133
 TIPC_MCAST_REPLICAST   134
 TIPC_GROUP_JOIN                135
 TIPC_GROUP_LEAVE       136
+TIPC_SOCK_RECVQ_USED   137