Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/sys Fix typo



details:   https://anonhg.NetBSD.org/src/rev/a2e01e68fc70
branches:  trunk
changeset: 745603:a2e01e68fc70
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sat Mar 07 19:47:44 2020 +0000

description:
Fix typo

diffstat:

 tests/lib/libc/sys/t_ptrace_wait.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1cef269d83bf -r a2e01e68fc70 tests/lib/libc/sys/t_ptrace_wait.h
--- a/tests/lib/libc/sys/t_ptrace_wait.h        Sat Mar 07 19:26:13 2020 +0000
+++ b/tests/lib/libc/sys/t_ptrace_wait.h        Sat Mar 07 19:47:44 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_ptrace_wait.h,v 1.25 2020/03/07 14:53:14 christos Exp $      */
+/*     $NetBSD: t_ptrace_wait.h,v 1.26 2020/03/07 19:47:44 kamil Exp $ */
 
 /*-
  * Copyright (c) 2016, 2017, 2018, 2019 The NetBSD Foundation, Inc.
@@ -672,7 +672,7 @@
        return true;
 }
 #else
-#define are_fpu_exceptions_supporter() 1
+#define are_fpu_exceptions_supported() 1
 #endif
 
 static void __used



Home | Main Index | Thread Index | Old Index