From ebd16f1f5de7cab1b6f6a75ec0f9fab8ceff94c9 Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 14 Aug 2003 16:28:23 +0000 Subject: Minor edit. --- README.NONPORTABLE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.NONPORTABLE') diff --git a/README.NONPORTABLE b/README.NONPORTABLE index c2bbc18..0985097 100644 --- a/README.NONPORTABLE +++ b/README.NONPORTABLE @@ -126,14 +126,14 @@ pthread_win32_thread_detach_np (void); pthread_win32_thread_attach_np() is currently a no-op, but pthread_win32_thread_detach_np() is needed to clean up - after Win32 threads that have called pthreads routines - have exited. + the implicit pthread handle that is allocated to a Win32 thread if + it calls certain pthreads routines. Call this routine when the + Win32 thread exits. These functions invariably return TRUE except for pthread_win32_process_attach_np() which will return FALSE if pthreads-win32 initialisation fails. - int pthreadCancelableWait (HANDLE waitHandle); -- cgit v1.2.3