summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdio/swprintf.c
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2012-01-13 09:13:57 +0000
committerYaakov Selkowitz <yselkowi@redhat.com>2012-01-13 09:13:57 +0000
commit29d84e5a46254dc453771d327f6e4d664660e239 (patch)
treebc3c50b3bdda1dbc26388a7c8fca01404ba6d8a9 /newlib/libc/stdio/swprintf.c
parentb2af74282ba3fbadc0847d6d8aac12f68557f0de (diff)
downloadcygnal-29d84e5a46254dc453771d327f6e4d664660e239.tar.gz
cygnal-29d84e5a46254dc453771d327f6e4d664660e239.tar.bz2
cygnal-29d84e5a46254dc453771d327f6e4d664660e239.zip
* libc/stdio/sprintf.c: Document 'm' conversion specifier.
* libc/stdio/swprintf.c: Ditto. * libc/stdio/vfprintf.c (_VFPRINTF_R) [_GLIBC_EXTENSION]: Handle 'm' conversion specifier. * libc/stdio/vfwprintf.c (_VFWPRINTF_R) [_GLIBC_EXTENSION]: Ditto.
Diffstat (limited to 'newlib/libc/stdio/swprintf.c')
-rw-r--r--newlib/libc/stdio/swprintf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/stdio/swprintf.c b/newlib/libc/stdio/swprintf.c
index 63480176a..4e964bedd 100644
--- a/newlib/libc/stdio/swprintf.c
+++ b/newlib/libc/stdio/swprintf.c
@@ -498,6 +498,10 @@ DESCRIPTION
implementation is similar to <<%#tx>>), except
that <<0x>> appears even for the NULL pointer.
+ o m
+ Prints the output of <<strerror(errno)>>; no
+ argument is required. A GNU extension.
+
o-
O-