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

1
2
3
4
5
6
7
 
#include <sys/wait.h>
#include "syscall.h"

pid_t waitpid(pid_t pid, int *status, int options)
{
	return __wait4(pid, status, options, 0, 1);
}
debug log:

solving e5ff27ca ...
found e5ff27ca in https://inbox.vuxu.org/musl/e792658a-fbaa-48bd-8704-7f9d2ec5a4ef@www.fastmail.com/
found 1b65bf05 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 1b65bf05123833c598d384c5407a72e0bf43c190	src/process/waitpid.c

applying [1/1] https://inbox.vuxu.org/musl/e792658a-fbaa-48bd-8704-7f9d2ec5a4ef@www.fastmail.com/
diff --git a/src/process/waitpid.c b/src/process/waitpid.c
index 1b65bf05..e5ff27ca 100644

Checking patch src/process/waitpid.c...
Applied patch src/process/waitpid.c cleanly.

index at:
100644 e5ff27caceb324b23a060ae425d6b615bf6e06fc	src/process/waitpid.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).