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

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

void *sbrk(ptrdiff_t inc)
{
	return (void *)syscall(SYS_brk, syscall(SYS_brk, 0)+inc);
}
debug log:

solving b2943a9 ...
found b2943a9 in https://git.vuxu.org/mirror/musl/

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).