mailing list of musl libc
 help / color / mirror / code / Atom feed
9de4073f22c07e56360872efd9e7cc72aec5d845 blob 159 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 __syscall_ret(__wait4(pid, status, options, 0, 1));
}
debug log:

solving 9de4073f ...
found 9de4073f in https://inbox.vuxu.org/musl/68b5e735-45be-413f-8153-cb97dd5967cd@www.fastmail.com/
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/2] 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


applying [2/2] https://inbox.vuxu.org/musl/68b5e735-45be-413f-8153-cb97dd5967cd@www.fastmail.com/
diff --git a/src/process/waitpid.c b/src/process/waitpid.c
index e5ff27ca..9de4073f 100644

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

index at:
100644 9de4073f22c07e56360872efd9e7cc72aec5d845	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).