mailing list of musl libc
 help / color / mirror / code / Atom feed
5fa07fdc666cd9c74f0c20a3e8185b6050bfc882 blob 280 bytes (raw)

1
2
3
4
5
6
7
8
 
#include "pthread_impl.h"

int __pthread_cond_timedwait(pthread_cond_t *restrict c, pthread_mutex_t *restrict m, const struct timespec *restrict ts);

int pthread_cond_wait(pthread_cond_t *restrict c, pthread_mutex_t *restrict m)
{
	return __pthread_cond_timedwait(c, m, 0);
}
debug log:

solving 58656f7 ...
found 58656f7 in https://inbox.vuxu.org/musl/1406886931.4830.92.camel@eris.loria.fr/ ||
	https://inbox.vuxu.org/musl/1409177505.4476.75.camel@eris.loria.fr/
found 8735bf1 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 8735bf147867a6b0c1c9db457dd4ba969e89210a	src/thread/pthread_cond_wait.c

applying [1/2] https://inbox.vuxu.org/musl/1406886931.4830.92.camel@eris.loria.fr/
diff --git a/src/thread/pthread_cond_wait.c b/src/thread/pthread_cond_wait.c\r
index 8735bf1..58656f7 100644\r

Checking patch src/thread/pthread_cond_wait.c...
Applied patch src/thread/pthread_cond_wait.c cleanly.

skipping https://inbox.vuxu.org/musl/1409177505.4476.75.camel@eris.loria.fr/ for 58656f7
index at:
100644 5fa07fdc666cd9c74f0c20a3e8185b6050bfc882	src/thread/pthread_cond_wait.c

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).