NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: lib/44756: pthread_cond_timedwait() sometimes returns error code 3 (ESRCH)



The following reply was made to PR lib/44756; it has been noted by GNATS.

From: Sad Clouds <cryintothebluesky%googlemail.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: gnats-admin%netbsd.org@localhost
Subject: Re: lib/44756: pthread_cond_timedwait() sometimes returns error
 code 3 (ESRCH)
Date: Tue, 22 Mar 2011 21:11:26 +0000

 It didn't paste the first few #include lines properly. All the #include
 lines should be:
 
 #include <pthread.h>
 #include <time.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <errno.h>
 


Home | Main Index | Thread Index | Old Index