From 2c77d283b12521cd05a63a4188f68cd595b0a8f9 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 22 Dec 2009 01:58:14 +0100 Subject: [PATCH] Tweak last commit. --- lib/localename.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/localename.h b/lib/localename.h index fddd9fe912..312a7936a3 100644 --- a/lib/localename.h +++ b/lib/localename.h @@ -54,6 +54,8 @@ extern const char * gl_locale_name_posix (int category, const char *categoryname /* Determine the default locale's name, as specified by environment variables. + Return the locale category's name, or NULL if no locale has been specified + by environment variables. The result must not be freed; it is statically allocated. */ extern const char * gl_locale_name_environ (int category, const char *categoryname); -- 2.30.2