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/62d6c394e9ce
branches: trunk
changeset: 379587:62d6c394e9ce
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 a75c389326b2 -r 62d6c394e9ce 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 @@ malloc(size_t l)
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