From 1c274b738e16b74f7f1b1ce7ff1d83375da092e6 Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Tue, 4 Jan 2000 00:05:24 +0000 Subject: Clean up the port considerably, and fix several serious bugs. There are still some problems, at least with signal handling and locking on SMP. Submitted by: dick --- devel/linuxthreads/files/lclone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/linuxthreads/files/lclone.c') diff --git a/devel/linuxthreads/files/lclone.c b/devel/linuxthreads/files/lclone.c index 054f9923a5a4..a020342fda8f 100644 --- a/devel/linuxthreads/files/lclone.c +++ b/devel/linuxthreads/files/lclone.c @@ -72,7 +72,7 @@ extern int __clone __P ((int (*__fn) (void *), void *__child_stack, * to do anything special in this case. */ break; - case SIGUSR2: + case SIGUSR1: bsd_flags |= RFLINUXTHPN; break; default: -- cgit v1.2.3