Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/regex remove the kill in the trace code.



details:   https://anonhg.NetBSD.org/src/rev/bcbc98fbb2cf
branches:  trunk
changeset: 983830:bcbc98fbb2cf
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jun 09 21:09:20 2021 +0000

description:
remove the kill in the trace code.

diffstat:

 tests/lib/libc/regex/t_exhaust.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 2c4e7e0af021 -r bcbc98fbb2cf tests/lib/libc/regex/t_exhaust.c
--- a/tests/lib/libc/regex/t_exhaust.c  Wed Jun 09 21:08:56 2021 +0000
+++ b/tests/lib/libc/regex/t_exhaust.c  Wed Jun 09 21:09:20 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_exhaust.c,v 1.13 2021/06/09 21:08:56 christos Exp $  */
+/*     $NetBSD: t_exhaust.c,v 1.14 2021/06/09 21:09:20 christos Exp $  */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_exhaust.c,v 1.13 2021/06/09 21:08:56 christos Exp $");
+__RCSID("$NetBSD: t_exhaust.c,v 1.14 2021/06/09 21:09:20 christos Exp $");
 
 #include <sys/resource.h>
 #include <err.h>
@@ -74,8 +74,6 @@
                return p;
        q = 1;
        printf("%p m %zu\n", p, l);
-       if (p == (void *)0x7f7ff7e21ac0)
-               kill(0, SIGSTOP);
        q = 0;
        return p;
 }



Home | Main Index | Thread Index | Old Index