]> Savannah Git Hosting - gnulib.git/commit
setpayload: New module.
authorBruno Haible <bruno@clisp.org>
Tue, 16 Apr 2024 12:25:27 +0000 (14:25 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 16 Apr 2024 12:36:58 +0000 (14:36 +0200)
commite53309da10a1ec7d5b47dbd9f561763f17f74fb8
tree1dab7e3022c10a3f1532a8b298dbeff0f2490d96
parent3e5ac2fc69cb9e29d7d68d3bc515a93425da29b5
setpayload: New module.

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