sigabbrev_np: New module.
commitf57bc6d11afae19deb915709bb9a2de66bcdeeac
authorBruno Haible <bruno@clisp.org>
Thu, 20 Aug 2020 22:54:18 +0000 (21 00:54 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 20 Aug 2020 23:18:07 +0000 (21 01:18 +0200)
treeb3cd68268d231a655e8bd9f06a0984dbed2c1850
parentbb2e34896a96a94ca7f29798a9020f630ef6ad70
sigabbrev_np: New module.

* lib/string.in.h (sigabbrev_np): New declaration.
* lib/sigabbrev_np.c: New file.
* m4/sigabbrev_np.m4: New file.
* m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Test whether sigabbrev_np is
declared.
(gl_HEADER_STRING_H_DEFAULTS): Initialize GNULIB_SIGABBREV_NP,
HAVE_SIGABBREV_NP.
* modules/string (Makefile.am): Substitute GNULIB_SIGABBREV_NP,
HAVE_SIGABBREV_NP.
* modules/sigabbrev_np: New file.
* tests/test-string-c++.cc: Verify the signature of sigabbrev_np.
* doc/glibc-functions/sigabbrev_np.texi: Mention the new module.
ChangeLog
doc/glibc-functions/sigabbrev_np.texi
lib/sigabbrev_np.c [new file with mode: 0644]
lib/string.in.h
m4/sigabbrev_np.m4 [new file with mode: 0644]
m4/string_h.m4
modules/sigabbrev_np [new file with mode: 0644]
modules/string
tests/test-string-c++.cc