*** empty log message ***

This commit is contained in:
Corinna Vinschen 2012-10-16 12:02:42 +00:00
parent 5f5820ec9a
commit 71c13b9633
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ What's new:
- Support the "e" flag to fopen(3). This is a Glibc extension which
allows to fopen the file with the O_CLOEXEC flag set.
- Support the "x" flag to fopen(3). This is a Glibc/C11 extension which
allows to open the file with the O_EXCL flag set.
Bug fixes:
----------