1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Fix monetary.h comment

This commit is contained in:
Siddhesh Poyarekar
2015-05-26 23:38:17 +05:30
parent a06b40cdf5
commit f09b861541
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-05-26 Marko Myllynen <myllynen@redhat.com>
* stdlib/monetary.h: Fix comment.
2015-05-26 Szabolcs Nagy <szabolcs.nagy@arm.com> 2015-05-26 Szabolcs Nagy <szabolcs.nagy@arm.com>
[BZ #18234] [BZ #18234]

View File

@ -34,7 +34,7 @@ typedef __ssize_t ssize_t;
__BEGIN_DECLS __BEGIN_DECLS
/* Formatting a monetary value according to the current locale. */ /* Formatting a monetary value according to the given locale. */
extern ssize_t strfmon (char *__restrict __s, size_t __maxsize, extern ssize_t strfmon (char *__restrict __s, size_t __maxsize,
const char *__restrict __format, ...) const char *__restrict __format, ...)
__THROW __attribute_format_strfmon__ (3, 4); __THROW __attribute_format_strfmon__ (3, 4);