# HG changeset patch # User Paul Eggert # Date 1284146763 25200 # Node ID a660297efbdc6d20cb9381123d1b6b08280ed43d # Parent 241057e2e60f9b78dedce871cd6c945da510e742 * NEWS: Document recent changes to fcntl-h. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2010-09-10 Paul Eggert fcntl-h: define O_CLOEXEC and O_EXEC if not defined; use new defines + * NEWS: Document recent changes to fcntl-h. * doc/posix-headers/fcntl.texi (fcntl.h): Document that O_CLOEXEC is now defined to 0 if it is not defined, like other flags. Also, O_EXEC is now defined to be O_RDONLY if O_EXEC is not defined. diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -12,6 +12,9 @@ Date Modules Changes +2010-09-10 fcntl-h This module now defaults O_CLOEXEC to 0, and + it defaults O_EXEC and O_SEARCH to O_RDONLY. + 2010-08-28 realloc This module is deprecated. Use 'realloc-gnu' instead. It will be removed 2012-01-01.