summaryrefslogtreecommitdiff
path: root/pthread_getw32threadhandle_np.c
diff options
context:
space:
mode:
Diffstat (limited to 'pthread_getw32threadhandle_np.c')
-rw-r--r--pthread_getw32threadhandle_np.c2
1 files changed, 1 insertions, 1 deletions
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;
}