index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
unistd
/
brk.c
blob: a836772ab3098f313178829cb2adc6d6d8c6a96f (
plain
)
1
2
3
4
5
6
7
8
9
10
#include <unistd.h> int brk(void *addr) { return 0; } /* XOPEN(400,600) */