2013-09-13 Joey Ye <joey.ye@arm.com>

* libc/stdlib/nano-mallocr.c (nano_allopt): Typo fixed to ...
	(nano_mallopt): ... this.
This commit is contained in:
Jeff Johnston 2013-09-13 16:51:48 +00:00
parent 44d6d53977
commit 00fd23d50f
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2013-09-13 Joey Ye <joey.ye@arm.com>
* libc/stdlib/nano-mallocr.c (nano_allopt): Typo fixed to ...
(nano_mallopt): ... this.
2013-09-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/include/sys/cdefs.h: Synchronize with latest FreeBSD

View File

@ -72,7 +72,7 @@
#define nano_malloc_usable_size _malloc_usable_size_r
#define nano_malloc_stats _malloc_stats_r
#define nano_mallinfo _mallinfo_r
#define nano_allopt _mallopt_r
#define nano_mallopt _mallopt_r
#else /* ! INTERNAL_NEWLIB */
@ -94,7 +94,7 @@
#define nano_malloc_usable_size malloc_usable_size
#define nano_malloc_stats malloc_stats
#define nano_mallinfo mallinfo
#define nano_allopt mallopt
#define nano_mallopt mallopt
#endif /* ! INTERNAL_NEWLIB */
/* Define free_list as internal name to avoid conflict with user names */