mailing list of musl libc
 help / color / mirror / code / Atom feed
55377cd174c2fd3cc251fe74ae517b66eb71d4da blob 328 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
#include <threads.h>

int cnd_wait(cnd_t *cond, mtx_t *mutex)
{
	__THRD_ABI_MARK;
	/* Calling cnd_timedwait with a null pointer is an
	   extension. Such a call is convenient, here since it avoids to
	   repeat the case analysis that is already done for
	   cnd_timedwait. */
	return cnd_timedwait(cond, mutex, 0);
}
debug log:

solving 39d0a0d ...
found 39d0a0d 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/

applying [1/2] https://inbox.vuxu.org/musl/1406886931.4830.92.camel@eris.loria.fr/
diff --git a/src/thread/cnd_wait.c b/src/thread/cnd_wait.c\r
new file mode 100644\r
index 0000000..39d0a0d\r

1:7: trailing whitespace.
#include <threads.h>\r
1:8: trailing whitespace.
\r
1:9: trailing whitespace.
int cnd_wait(cnd_t *cond, mtx_t *mutex)\r
1:10: trailing whitespace.
{\r
1:11: trailing whitespace.
	__THRD_ABI_MARK;\r
Checking patch src/thread/cnd_wait.c...
Applied patch src/thread/cnd_wait.c cleanly.
warning: squelched 6 whitespace errors
warning: 11 lines add whitespace errors.

skipping https://inbox.vuxu.org/musl/1409177505.4476.75.camel@eris.loria.fr/ for 39d0a0d
index at:
100644 55377cd174c2fd3cc251fe74ae517b66eb71d4da	src/thread/cnd_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).