mailing list of musl libc
 help / color / mirror / code / Atom feed
cf52f6d9f8e5ab98c38b798ad5532a93bbc03a69 blob 203 bytes (raw)

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

int __private_cond_signal(cnd_t *, int);

int cnd_broadcast(cnd_t * cnd) {
	/* This internal function never fails. */
	(void)__private_cond_signal(cnd, -1);
	return thrd_success;
}
debug log:

solving cf52f6d ...
found cf52f6d in https://inbox.vuxu.org/musl/64bad51d35eea337b8d998a1a2165c5adc440e1d.1409423162.git.Jens.Gustedt@inria.fr/

applying [1/1] https://inbox.vuxu.org/musl/64bad51d35eea337b8d998a1a2165c5adc440e1d.1409423162.git.Jens.Gustedt@inria.fr/
diff --git a/src/thread/cnd_broadcast.c b/src/thread/cnd_broadcast.c
new file mode 100644
index 0000000..cf52f6d

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

index at:
100644 cf52f6d9f8e5ab98c38b798ad5532a93bbc03a69	src/thread/cnd_broadcast.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).