mailing list of musl libc
 help / color / mirror / code / Atom feed
5a74d4f95fb575bb642acfff8062744a0e3a9eb8 blob 165 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
#include <unistd.h>
#include "syscall.h"

pid_t getpgrp(void)
{
#ifdef SYS_getpgrp
	return __syscall(SYS_getpgrp);
#else
	return __syscall(SYS_getpgid, 0);
#endif
}
debug log:

solving 5a74d4f ...
found 5a74d4f in https://inbox.vuxu.org/musl/20140526184036.GZ507@brightrain.aerifal.cx/
found 433f42e in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 433f42e8f816107d75b64a096cb54b89e7688bb4	src/unistd/getpgrp.c

applying [1/1] https://inbox.vuxu.org/musl/20140526184036.GZ507@brightrain.aerifal.cx/
diff --git a/src/unistd/getpgrp.c b/src/unistd/getpgrp.c
index 433f42e..5a74d4f 100644

Checking patch src/unistd/getpgrp.c...
Applied patch src/unistd/getpgrp.c cleanly.

index at:
100644 5a74d4f95fb575bb642acfff8062744a0e3a9eb8	src/unistd/getpgrp.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).