summaryrefslogtreecommitdiff
path: root/nonportable.c
diff options
context:
space:
mode:
Diffstat (limited to 'nonportable.c')
-rw-r--r--nonportable.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/nonportable.c b/nonportable.c
index 404d831..150b0c0 100644
--- a/nonportable.c
+++ b/nonportable.c
@@ -101,7 +101,6 @@ pthread_getw32threadhandle_np(pthread_t thread)
* tsWait.tv_nsec = 500000000L;
* intRC = pthread_delay_np(&tsWait);
*/
-
int
pthread_delay_np (struct timespec * interval)
{
@@ -141,6 +140,9 @@ pthread_win32_process_attach_np ()
BOOL result = TRUE;
result = ptw32_processInitialize ();
+#ifdef _UWIN
+ pthread_count++;
+#endif
return result;
}