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

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

int __pthread_once(once_flag *, void (*)(void));

void call_once(once_flag *flag, void (*func)(void)) {
	__pthread_once(flag, func);
}
debug log:

solving bb82d04 ...
found bb82d04 in https://inbox.vuxu.org/musl/d4d115772af1dddad0be0f978403ae9847f893bc.1409524413.git.Jens.Gustedt@inria.fr/

applying [1/1] https://inbox.vuxu.org/musl/d4d115772af1dddad0be0f978403ae9847f893bc.1409524413.git.Jens.Gustedt@inria.fr/
diff --git a/src/thread/call_once.c b/src/thread/call_once.c
new file mode 100644
index 0000000..bb82d04

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

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