Next: _kill_r, Previous: _read_r, Up: Reentrant Syscalls [Contents][Index]
_sbrk_r
—Reentrant version of sbrkSynopsis
#include <reent.h> void *_sbrk_r(struct _reent *ptr, ptrdiff_t incr);
Description
This is a reentrant version of sbrk
. It
takes a pointer to the global data block, which holds
errno
.