diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2000-11-16 19:15:56 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2000-11-16 19:15:56 +0000 |
| commit | 810888e2f8ece50a1ab65bbd0e23d7f5bb13c554 (patch) | |
| tree | 09c5c5c191573cbc28db706d01179b9002b54ff1 /lib/libpthread | |
| parent | 9e202696b08a1a543b82519b50b898b48b726583 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/thread/thr_kern.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libpthread/thread/thr_kern.c b/lib/libpthread/thread/thr_kern.c index 2b7b2709599c..01faecee7117 100644 --- a/lib/libpthread/thread/thr_kern.c +++ b/lib/libpthread/thread/thr_kern.c @@ -108,10 +108,6 @@ _thread_kern_sched(ucontext_t *scp) /* Check if this function was called from the signal handler: */ if (scp != NULL) { called_from_handler = 1; - /* - * We're running on the signal stack; just call the - * kernel scheduler directly. - */ DBG_MSG("Entering scheduler due to signal\n"); } else { /* Save the state of the current thread: */ |
