diff options
-rw-r--r-- | nonportable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nonportable.c b/nonportable.c index 0d97300..c465d57 100644 --- a/nonportable.c +++ b/nonportable.c @@ -122,6 +122,7 @@ pthread_delay_np (struct timespec * interval) pthread_testcancel(); Sleep(0); pthread_testcancel(); + return (0); } /* convert secs to millisecs */ |