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

1
2
3
4
5
6
 
#include "syscall.h"

int brk(void *end)
{
	return -((void *)syscall(SYS_brk, end) != end);
}
debug log:

solving c261518 ...
found c261518 in https://inbox.vuxu.org/musl/20110522145555.GE6142@port70.net/
found 9f63c5a in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 9f63c5a8a39d88d28b89fcf4b29cfb9f7377049d	src/linux/brk.c

applying [1/1] https://inbox.vuxu.org/musl/20110522145555.GE6142@port70.net/
diff --git a/src/linux/brk.c b/src/linux/brk.c
index 9f63c5a..c261518 100644

Checking patch src/linux/brk.c...
Applied patch src/linux/brk.c cleanly.

index at:
100644 c261518d1c95c1230f338a74f0d585954e48467f	src/linux/brk.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).