]> git.ipfire.org Git - thirdparty/man-pages.git/commit
man/man3/abs.3: Document u{,l,ll,imax}abs()
authorAnton Zellerhoff <wg14@ascz.de>
Sun, 13 Apr 2025 17:50:11 +0000 (19:50 +0200)
committerAlejandro Colomar <alx@kernel.org>
Mon, 14 Apr 2025 07:45:52 +0000 (09:45 +0200)
commitdeca8968032f26f1e511dfe46625b064f56305de
tree913785329147a40375595dc377e924ed3fe36aea
parent4c4d9f0f5148caf1271394018d0f7381c1b8b400
man/man3/abs.3: Document u{,l,ll,imax}abs()

C2Y adds unsigned versions of the abs functions (see C2Y draft N3467 and
proposal N3349).  Support for these functions will be included in GCC 15
and glibc 2.42.

Link: <https://www.open-std.org/JTC1/SC22/WG14/www/docs/n3467.pdf>
Link: <https://www.open-std.org/JTC1/SC22/WG14/www/docs/n3349.pdf>
Link: <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117024>
Link: <https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=5b132ec2b7712dbc055838b3b538b83ad1196414>
Signed-off-by: Anton Zellerhoff <wg14@ascz.de>
Message-ID: <28a36070fe18707ab9fa26b91c88e6fd87a72097.1744566285.git.wg14@ascz.de>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/abs.3
man/man3/uabs.3 [new file with mode: 0644]
man/man3/uimaxabs.3 [new file with mode: 0644]
man/man3/ulabs.3 [new file with mode: 0644]
man/man3/ullabs.3 [new file with mode: 0644]