aboutsummaryrefslogtreecommitdiff
path: root/sys/linux/src/sbrk.c
blob: 31af79bace671ee552f86934fcad93f1cf8a8e7e (plain)
1
2
3
4
5
6
#include "internal.h"

int
sysยทsbrk(intptr inc, void *ret)
{
}