X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fvasnprintf.c;h=6763d030194fa83728ae97a58c0ef4d378ccfebd;hb=06b335ade65c8fe60fee8b9e18b670bb54ed924a;hp=cf9ef5e749ce8680bcd5e45f819a0288141cddd8;hpb=74ccd5f4fb8bad9f914da3ba44b3d5cbfbc93f8e;p=gnulib.git diff --git a/lib/vasnprintf.c b/lib/vasnprintf.c index cf9ef5e74..6763d0301 100644 --- a/lib/vasnprintf.c +++ b/lib/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__))