UPDATING: Fix the date of the closefrom(2) entry

Apologies; my internal calendar says it's still February, but that doesn't
seem to match reality where we've apparently advanced two months.
This commit is contained in:
Kyle Evans 2020-04-24 12:57:03 +00:00
parent 679c46f019
commit 277cd3983e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=360251

View file

@ -26,7 +26,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
20200224:
20200424:
closefrom(2) has been moved under COMPAT12, and replaced in libc with a
stub that calls close_range(2). If using a custom kernel configuration,
you may want to ensure that the COMPAT_FREEBSD12 option is included, as