]> Savannah Git Hosting - gnulib.git/commit
getpayloadl: New module.
authorBruno Haible <bruno@clisp.org>
Wed, 17 Apr 2024 09:08:40 +0000 (11:08 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 17 Apr 2024 13:39:33 +0000 (15:39 +0200)
commit63f3bcdc9a42de17310dc636e031385a0feeaeff
tree4a0463e9cefa8e055fba5e65e1c5982f9eba0f5a
parente32e13caaef5f0cf9d6fc47a042251832746b7b7
getpayloadl: New module.

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