diff options
-rw-r--r-- | winsup/cygwin/release/1.7.10 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.10 b/winsup/cygwin/release/1.7.10 index 40315dbd6..405bb838f 100644 --- a/winsup/cygwin/release/1.7.10 +++ b/winsup/cygwin/release/1.7.10 @@ -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. |