stress2: Remove thr_new() from the ignore list after 6cda62755612

This commit is contained in:
Peter Holm 2021-06-03 07:23:01 +02:00
parent 5104dfbeff
commit 8682abbf7b

View File

@ -145,7 +145,6 @@ static int ignore[] = {
SYS_mac_syscall,
SYS_sigtimedwait,
SYS_sigwaitinfo,
SYS_thr_new, /* Page fault seen */
};
static int fd[900], fds[2], kq, socketpr[2];