* libc/reent/sbrkr.c: Define _sbrk_r independently of the definition
of MALLOC_PROVIDED.
This commit is contained in:
parent
7ec669539f
commit
c9c2b42229
|
@ -1,3 +1,8 @@
|
||||||
|
2011-07-19 Matt Johnson <johnso87@crhc.illinois.edu>
|
||||||
|
|
||||||
|
* libc/reent/sbrkr.c: Define _sbrk_r independently of the definition
|
||||||
|
of MALLOC_PROVIDED.
|
||||||
|
|
||||||
2011-07-15 Yufeng Zhang <yufeng.zhang@arm.com>
|
2011-07-15 Yufeng Zhang <yufeng.zhang@arm.com>
|
||||||
|
|
||||||
* libc/stdio/vfwprintf.c (wcvt): Add a new parameter len of type
|
* libc/stdio/vfwprintf.c (wcvt): Add a new parameter len of type
|
||||||
|
|
|
@ -13,9 +13,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* If MALLOC_PROVIDED is defined, we don't need this function. */
|
#if defined (REENTRANT_SYSCALLS_PROVIDED)
|
||||||
|
|
||||||
#if defined (REENTRANT_SYSCALLS_PROVIDED) || defined (MALLOC_PROVIDED)
|
|
||||||
|
|
||||||
int _dummy_sbrk_syscalls = 1;
|
int _dummy_sbrk_syscalls = 1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue