CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/16 10:41:35
Modified files:
regress/lib/libm/lgamma: lgamma.c
Log message:
regress/lib/libmlgamma: remove no longer needed __POSIX_VISIBLE 201403
These days we default to POSIX 2024 with XSI extensions. The original define
was only needed when our default was POSIX 2008 and we needed to advance to
a newer standard to run this test.
