diff options
author | Rich Felker <dalias@aerifal.cx> | 2018-09-04 19:27:15 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2018-09-04 19:27:15 -0400 |
commit | 4fb273bd4002b37d7e149e077974bc22e2bc4e26 (patch) | |
tree | c1a8202beddf0d546af7a2b67996fbdc2fc86b48 /WHATSNEW | |
parent | e36f80cba6d5eefcc1ee664f16c2c72054b83134 (diff) | |
download | musl-4fb273bd4002b37d7e149e077974bc22e2bc4e26.tar.gz musl-4fb273bd4002b37d7e149e077974bc22e2bc4e26.tar.xz musl-4fb273bd4002b37d7e149e077974bc22e2bc4e26.zip |
fix mistake/cruft in 1.1.20 release notes
this fix was intended to be amended in before release, but somehow got missed.
Diffstat (limited to 'WHATSNEW')
-rw-r--r-- | WHATSNEW | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WHATSNEW b/WHATSNEW index 2516be99..dad17d6e 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -1919,7 +1919,7 @@ new features: - mlock2 syscall wrapper - memfd_create syscall wrapper - explicit_bzero function -- header-level support for new linux features through 4.18 ?? +- header-level support for new linux features through 4.17 - wcsftime now supports padding specifier extensions - dynamic linker's reclaim_gaps now works on fdpic archs - getaddrinfo now honors AI_ADDRCONFIG |