Module Name: src Committed By: jakllsch Date: Mon Sep 9 17:03:09 UTC 2024
Modified Files: src/tests/lib/libm: t_errhandling.c Log Message: Add __TEST_FENV define to fix vax build To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 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.
Modified files: Index: src/tests/lib/libm/t_errhandling.c diff -u src/tests/lib/libm/t_errhandling.c:1.1 src/tests/lib/libm/t_errhandling.c:1.2 --- src/tests/lib/libm/t_errhandling.c:1.1 Mon Sep 9 15:08:23 2024 +++ src/tests/lib/libm/t_errhandling.c Mon Sep 9 17:03:08 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: t_errhandling.c,v 1.1 2024/09/09 15:08:23 riastradh Exp $ */ +/* $NetBSD: t_errhandling.c,v 1.2 2024/09/09 17:03:08 jakllsch Exp $ */ /*- * Copyright (c) 2024 The NetBSD Foundation, Inc. @@ -27,10 +27,11 @@ */ #include <sys/cdefs.h> -__RCSID("$NetBSD: t_errhandling.c,v 1.1 2024/09/09 15:08:23 riastradh Exp $"); +__RCSID("$NetBSD: t_errhandling.c,v 1.2 2024/09/09 17:03:08 jakllsch Exp $"); #include <atf-c.h> #include <errno.h> +#define __TEST_FENV #include <fenv.h> #include <math.h>