mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 13:10:57 -08:00
; Fix last aligned_alloc declaration change
This commit is contained in:
parent
5fcd89f52e
commit
60d712bba7
1 changed files with 1 additions and 1 deletions
|
|
@ -3775,7 +3775,7 @@ INLINE void (check_cons_list) (void) { lisp_h_check_cons_list (); }
|
|||
#if !defined DOUG_LEA_MALLOC && !defined HYBRID_MALLOC && !defined SYSTEM_MALLOC
|
||||
extern size_t __malloc_extra_blocks;
|
||||
#endif
|
||||
#ifndef HAVE_DECL_ALIGNED_ALLOC
|
||||
#if !HAVE_DECL_ALIGNED_ALLOC
|
||||
extern void *aligned_alloc (size_t, size_t) ATTRIBUTE_MALLOC_SIZE ((2));
|
||||
#endif
|
||||
extern void malloc_enable_thread (void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue