NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/56234 CVS commit: src/tests/lib/libm
The following reply was made to PR standards/56234; it has been noted by GNATS.
From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/56234 CVS commit: src/tests/lib/libm
Date: Tue, 10 Sep 2024 17:36:12 +0000
Module Name: src
Committed By: riastradh
Date: Tue Sep 10 17:36:12 UTC 2024
Modified Files:
src/tests/lib/libm: t_errhandling.c
Log Message:
libm/t_errhandling.c: Put __TEST_FENV before any #includes.
This pattern avoids any potential problem with transitive inclusions
of fenv.h. (No change here because nothing else this file includes
transitively pulls in fenv.h, but being in the habit of doing it this
way avoids a class of problems.)
PR standards/56234: missing C99 frobs in <math.h>
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libm/t_errhandling.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index