diff options
Diffstat (limited to 'sysdeps/mach/pt-thread-dealloc.c')
-rw-r--r-- | sysdeps/mach/pt-thread-dealloc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/mach/pt-thread-dealloc.c b/sysdeps/mach/pt-thread-dealloc.c index 55d8c4d..e977c3f 100644 --- a/sysdeps/mach/pt-thread-dealloc.c +++ b/sysdeps/mach/pt-thread-dealloc.c @@ -24,8 +24,7 @@ #include <pt-internal.h> /* Deallocate any kernel resources associated with THREAD except don't - halt the thread itself. On return, the thread will be marked as - dead and __pthread_halt will be called. */ + terminate the thread itself. */ void __pthread_thread_dealloc (struct __pthread *thread) { |