]> Savannah Git Hosting - gnulib.git/commit
lib-symbol-visibility: Fix a misnomer.
authorBruno Haible <bruno@clisp.org>
Sat, 16 Sep 2023 09:28:23 +0000 (11:28 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 16 Sep 2023 09:28:23 +0000 (11:28 +0200)
commitc7194899546c054e11be28fc01bf3eb11e27d80a
tree3836d8ab18a26644ce3c85c999d91dd8c1f8ddd8
parent45d3a6fd248e67f913fa4662848477daaaf2052b
lib-symbol-visibility: Fix a misnomer.

* doc/lib-symbol-visibility.texi: Rename LIBFOO_DLL_EXPORTED to
LIBFOO_SHLIB_EXPORTED. Prefer the term "shared library", since the term
"DLL" applies only to Windows.
* lib/relocatable.h (RELOCATABLE_SHLIB_EXPORTED): Renamed from
RELOCATABLE_DLL_EXPORTED. Prefer the term "shared library", since the
term "DLL" applies only to Windows.
* lib/mbtowc-lock.c (SHLIB_EXPORTED): Renamed from DLL_EXPORTED.
* lib/nl_langinfo-lock.c (SHLIB_EXPORTED): Likewise.
* lib/setlocale-lock.c (SHLIB_EXPORTED): Likewise.
ChangeLog
doc/lib-symbol-visibility.texi
lib/mbtowc-lock.c
lib/nl_langinfo-lock.c
lib/relocatable.h
lib/setlocale-lock.c