]> Savannah Git Hosting - gnulib.git/commit
getpayloadf: New module.
authorBruno Haible <bruno@clisp.org>
Wed, 17 Apr 2024 09:02:52 +0000 (11:02 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 17 Apr 2024 13:38:34 +0000 (15:38 +0200)
commit282b03a5af7553cd988b91e6380c228a66bfa6c1
treeaf8e453d6c7064073d7e6e26e75885e1797cf283
parent97313e9122e3f9780f6d259361f5e9e495b6d4eb
getpayloadf: New module.

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