Module Name:    src
Committed By:   rin
Date:           Wed Jun 17 08:23:18 UTC 2020

Modified Files:
        src/tests/lib/libc/sys: t_ptrace_wait.h

Log Message:
Regardless of __HAVE_FENV, include <fenv.h>, which itself defines __HAVE_FENV.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/tests/lib/libc/sys/t_ptrace_wait.h

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/libc/sys/t_ptrace_wait.h
diff -u src/tests/lib/libc/sys/t_ptrace_wait.h:1.28 src/tests/lib/libc/sys/t_ptrace_wait.h:1.29
--- src/tests/lib/libc/sys/t_ptrace_wait.h:1.28	Tue May  5 00:50:39 2020
+++ src/tests/lib/libc/sys/t_ptrace_wait.h	Wed Jun 17 08:23:18 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: t_ptrace_wait.h,v 1.28 2020/05/05 00:50:39 kamil Exp $	*/
+/*	$NetBSD: t_ptrace_wait.h,v 1.29 2020/06/17 08:23:18 rin Exp $	*/
 
 /*-
  * Copyright (c) 2016, 2017, 2018, 2019 The NetBSD Foundation, Inc.
@@ -654,9 +654,7 @@ trigger_ill(void)
 #endif
 }
 
-#ifdef __HAVE_FENV
 #include <fenv.h>
-#endif
 
 #if (__arm__ && !__SOFTFP__) || __aarch64__
 #include <ieeefp.h> /* only need for ARM Cortex/Neon hack */

Reply via email to