Document support of printf %m conversion flag.

This commit is contained in:
Yaakov Selkowitz 2012-01-13 10:01:12 +00:00
parent df3da8e12e
commit e83fe04100
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ What's new:
- dlopen now supports the Glibc-specific RTLD_NODELETE and RTLD_NOOPEN flags.
- The printf and wprintf families of functions now support the %m conversion
flag.
- Execed processes now inherit the children of their predecessor.
- Fifos have been rewritten and should now be more reliable.