diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/librt/sigev_thread.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/librt/sigev_thread.c b/lib/librt/sigev_thread.c index 998c08e..8f0f08e 100644 --- a/lib/librt/sigev_thread.c +++ b/lib/librt/sigev_thread.c @@ -374,10 +374,6 @@ sigev_service_loop(void *arg) _pthread_cond_broadcast(&tn->tn_cv); __sigev_list_unlock(); - /* - * Service thread should not be killed by callback, if user - * attempts to do so, the thread will be restarted. - */ sigemptyset(&set); sigaddset(&set, SIGSERVICE); for (;;) { |