]> granicus.if.org Git - strace/commitdiff
xlat: update SCTP_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 5 Jan 2019 21:14:42 +0000 (21:14 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 5 Jan 2019 21:14:42 +0000 (21:14 +0000)
* xlat/sock_sctp_options.in (SCTP_EVENT): New constant introduced
by Linux kernel commit v5.0-rc1~129^2~255^2.
* NEWS: Mention this.

NEWS
xlat/sock_sctp_options.in

diff --git a/NEWS b/NEWS
index f2e1f8c7bea408f1f1e7bb4e2cd215285d24c82d..19c173d618fed7ee7ebbe351cf53183267dc2b96 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Noteworthy changes in release ?.?? (????-??-??)
 
 * Improvements
   * Updated lists of BPF_*, BTRFS_*, IFLA_*, KERN_*, KVM_CAP_*, NDA_*,
-    NETNSA_*, NT_*, PR_*, SECCOMP_*, V4L2_*, and *_MAGIC constants.
+    NETNSA_*, NT_*, PR_*, SECCOMP_*, SCTP_*, V4L2_*, and *_MAGIC constants.
 
 * Bug fixes
   * Fixed strace-k test on alpha.
index db13680515c579806b1f261e523b7b78e951d1d4..2227ef94410e0d758ebe65e020385119918e9184 100644 (file)
@@ -63,3 +63,4 @@ SCTP_STREAM_SCHEDULER         123
 SCTP_STREAM_SCHEDULER_VALUE    124
 SCTP_INTERLEAVING_SUPPORTED    125
 SCTP_SENDMSG_CONNECT           126
+SCTP_EVENT                     127