mailing list of musl libc
 help / color / mirror / code / Atom feed
09d534bfd79e8607521b7aa68720e0eaaaa5d3d7 blob 90 bytes (raw)

1
2
3
4
5
6
7
 
#include <sched.h>
#include "syscall.h"

void thrd_yield()
{
	syscall(SYS_sched_yield);
}
debug log:

solving 09d534b ...
found 09d534b in https://inbox.vuxu.org/musl/84b57c4f92b17384a2acdb2909d7ad8290abe31f.1409524413.git.Jens.Gustedt@inria.fr/

applying [1/1] https://inbox.vuxu.org/musl/84b57c4f92b17384a2acdb2909d7ad8290abe31f.1409524413.git.Jens.Gustedt@inria.fr/
diff --git a/src/sched/thrd_yield.c b/src/sched/thrd_yield.c
new file mode 100644
index 0000000..09d534b

Checking patch src/sched/thrd_yield.c...
Applied patch src/sched/thrd_yield.c cleanly.

index at:
100644 09d534bfd79e8607521b7aa68720e0eaaaa5d3d7	src/sched/thrd_yield.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).