diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-07-17 18:07:48 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-07-17 18:07:48 +0200 |
commit | 8e5417ad28fd3821e830446f2c74ccc22adde70e (patch) | |
tree | e2220f020440ebf3d225e586f330fa660773fdab /gl/vasnprintf.c | |
parent | fd27a1bfa9b26ae706265322fa6eb20bbd6a1721 (diff) | |
download | gnutls-8e5417ad28fd3821e830446f2c74ccc22adde70e.tar.gz |
Updated gnulib.
Diffstat (limited to 'gl/vasnprintf.c')
-rw-r--r-- | gl/vasnprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/vasnprintf.c b/gl/vasnprintf.c index 0ebddf10a6..0261661d4e 100644 --- a/gl/vasnprintf.c +++ b/gl/vasnprintf.c @@ -275,7 +275,7 @@ decimal_point_char (void) { const char *point; /* Determine it in a multithread-safe way. We know nl_langinfo is - multithread-safe on glibc systems and MacOS X systems, but is not required + multithread-safe on glibc systems and Mac OS X systems, but is not required to be multithread-safe by POSIX. sprintf(), however, is multithread-safe. localeconv() is rarely multithread-safe. */ # if HAVE_NL_LANGINFO && (__GLIBC__ || defined __UCLIBC__ || (defined __APPLE__ && defined __MACH__)) |