mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/locale-h: Renamed from modules/locale. * modules/locale-h-tests: Renamed from modules/locale-tests. * modules/locale-h-c++-tests: Renamed from modules/locale-c++-tests. * tests/test-locale-h.c: Renamed from tests/test-locale.c. * tests/test-locale-h-c++.cc: Renamed from tests/test-locale-c++.cc. * tests/test-locale-h-c++2.cc: Renamed from tests/test-locale-c++2.cc. * doc/posix-headers/locale.texi: Update. * modules/* (Depends-on): Update. * modules/locale: New file.
28 lines
371 B
Plaintext
28 lines
371 B
Plaintext
Description:
|
|
setlocale_null_unlocked() function: query the name of the current global locale,
|
|
without locking.
|
|
|
|
Files:
|
|
lib/setlocale_null.h
|
|
lib/setlocale_null-unlocked.c
|
|
|
|
Depends-on:
|
|
locale-h
|
|
snippet/arg-nonnull
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += setlocale_null-unlocked.c
|
|
|
|
Include:
|
|
#include "setlocale_null.h"
|
|
|
|
Link:
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Bruno Haible
|