From 771465fed0cf50ee2dd790723245fc091699c324 Mon Sep 17 00:00:00 2001 From: rpj Date: Mon, 17 May 2004 01:38:02 +0000 Subject: re-indentation, bug fixes, hooks for pre-emptive async cancelation --- pthread_getw32threadhandle_np.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread_getw32threadhandle_np.c') diff --git a/pthread_getw32threadhandle_np.c b/pthread_getw32threadhandle_np.c index b7f039a..fcf1288 100644 --- a/pthread_getw32threadhandle_np.c +++ b/pthread_getw32threadhandle_np.c @@ -47,7 +47,7 @@ * win32 specific attributes of the thread. */ HANDLE -pthread_getw32threadhandle_np(pthread_t thread) +pthread_getw32threadhandle_np (pthread_t thread) { return (thread != NULL) ? (thread->threadH) : 0; } -- cgit v1.2.3