move declaration of interfaces between malloc and ldso to dynlink.h
this eliminates consumers of malloc_impl.h outside of the malloc implementation.
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
#include "pthread_impl.h"
|
||||
#include "libc.h"
|
||||
#include "dynlink.h"
|
||||
#include "malloc_impl.h"
|
||||
|
||||
static void error(const char *, ...);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user