Next: _stat_r, Previous: _read_r, Up: Reentrant Syscalls
_sbrk_r—Reentrant version of sbrk #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.