]> granicus.if.org Git - strace/commitdiff
Update MADV_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 8 Sep 2017 09:10:50 +0000 (09:10 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 17 Sep 2017 12:04:11 +0000 (12:04 +0000)
* xlat/madvise_cmds.in: Add MADV_WIPEONFORK and MADV_KEEPONFORK
introduced by kernel commit v4.14-rc1~126^2.
* NEWS: Mention this.

NEWS
xlat/madvise_cmds.in

diff --git a/NEWS b/NEWS
index 2daf5bc37f469dbcbaef27382ce8b79afeb1350f..043d75e6abe5b3a7372d7754376aad904a9cbbc1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ Noteworthy changes in release ?.?? (????-??-??)
 ===============================================
 
 * Improvements
-  * Updated lists of SOL_* and TCP_* constants.
+  * Updated lists of MADV_*, SOL_* and TCP_* constants.
 
 Noteworthy changes in release 4.19 (2017-09-05)
 ===============================================
index bf6b1da0662a4386201a41aee5496383e1cc7f0d..415c02f3f7a27c62499da2aeaea2902c6b9ecc9b 100644 (file)
@@ -15,3 +15,5 @@ MADV_HUGEPAGE
 MADV_NOHUGEPAGE
 MADV_DONTDUMP
 MADV_DODUMP
+MADV_WIPEONFORK
+MADV_KEEPONFORK