From 5bb0dfbdb6c0dc1f4a4f0e28393619469a1d4851 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sat, 7 Oct 2023 02:26:08 -0400 Subject: Tweak SCHEDULER_DELAY for use with installing breakpoints Signed-off-by: Malfurious --- misplays.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misplays.c') diff --git a/misplays.c b/misplays.c index c064f75..e30cc2c 100644 --- a/misplays.c +++ b/misplays.c @@ -27,7 +27,7 @@ static pid_t dofork(char **argv, struct console *cons) { } if (pid == 0) { - usleep(100000); + usleep(10000); console_configslave(cons); close_range(STDERR_FILENO+1, ~0U, CLOSE_RANGE_UNSHARE); //raise(SIGSTOP); // ptrace(PTRACE_TRACEME, 0, NULL, NULL); -- cgit v1.2.3