source: trunk/libs/newlib/src/newlib/log_sbrk @ 577

Last change on this file since 577 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 183 bytes
Line 
1libc/include/sys/unistd.h:void *  sbrk (ptrdiff_t __incr);
2libc/include/sys/unistd.h:void *  _sbrk (ptrdiff_t __incr);
3ibc/reent/sbrkr.c:/* Reentrant version of sbrk system call. */
4
Note: See TracBrowser for help on using the repository browser.