소스 검색

add missing prototype

Eric Andersen 22 년 전
부모
커밋
4cf3440ab6
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      libc/stdlib/malloc/malloc.h

+ 2 - 0
libc/stdlib/malloc/malloc.h

@@ -165,6 +165,8 @@ extern malloc_mutex_t __malloc_sbrk_lock;
    when the variable __malloc_debug is set to true. */
 #ifdef MALLOC_DEBUGGING
 
+extern void __malloc_debug_init (void);
+
 /* The number of spaces in a malloc debug indent level.  */
 #define MALLOC_DEBUG_INDENT_SIZE 3