]> Savannah Git Hosting - gnulib.git/commit
getpayload: New module.
authorBruno Haible <bruno@clisp.org>
Wed, 17 Apr 2024 08:57:05 +0000 (10:57 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 17 Apr 2024 13:22:43 +0000 (15:22 +0200)
commit20b8f23dca46e1383eb5e9f922c1ca93a3fac425
tree87d49024a27c6aec34b8be23ab55c2234af2f999
parent64a7072ee8636c53bc2000505668bd0e33bb427e
getpayload: New module.

* lib/math.in.h (getpayload): New declaration.
* lib/getpayload.c: New file.
* m4/getpayload.m4: New file.
* m4/math_h.m4 (gl_MATH_H): Test whether getpayload is declared.
(gl_MATH_H_REQUIRE_DEFAULTS): Initialize GNULIB_GETPAYLOAD.
(gl_MATH_H_DEFAULTS): Initialize HAVE_GETPAYLOAD, REPLACE_GETPAYLOAD.
* modules/math (Makefile.am): Substitute GNULIB_GETPAYLOAD,
HAVE_GETPAYLOAD, REPLACE_GETPAYLOAD.
* modules/getpayload: New file.
* doc/posix-functions/getpayload.texi: Mention the new module and the
glibc bug.
ChangeLog
doc/posix-functions/getpayload.texi
lib/getpayload.c [new file with mode: 0644]
lib/math.in.h
m4/getpayload.m4 [new file with mode: 0644]
m4/math_h.m4
modules/getpayload [new file with mode: 0644]
modules/math