diff options
author | Jason Evans <jasone@FreeBSD.org> | 2000-01-04 00:05:24 +0000 |
---|---|---|
committer | Jason Evans <jasone@FreeBSD.org> | 2000-01-04 00:05:24 +0000 |
commit | 1c274b738e16b74f7f1b1ce7ff1d83375da092e6 (patch) | |
tree | f819f4323deed8ddce9b0e2ba26c72ba906adaaf /devel/linuxthreads/files/lclone.c | |
parent | Correct typedef problem under 3.x (diff) |
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
Diffstat (limited to 'devel/linuxthreads/files/lclone.c')
-rw-r--r-- | devel/linuxthreads/files/lclone.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |