Hides valloc(3)/pvalloc(3) on LP64.
These were removed from POSIX 2004. Hides the header declarations for all targets, and hides the symbols for LP64. Bug: 13935372 Change-Id: Id592f67e9b7051517a05f536e1373b30162e669c
This commit is contained in:
@@ -35,9 +35,6 @@ extern void free(void* p);
|
||||
extern void* memalign(size_t alignment, size_t byte_count) __mallocfunc __wur __attribute__((alloc_size(2)));
|
||||
extern size_t malloc_usable_size(const void* p);
|
||||
|
||||
extern void* valloc(size_t byte_count) __mallocfunc __wur __attribute__((alloc_size(1)));
|
||||
extern void* pvalloc(size_t byte_count) __mallocfunc __wur __attribute__((alloc_size(1)));
|
||||
|
||||
#ifndef STRUCT_MALLINFO_DECLARED
|
||||
#define STRUCT_MALLINFO_DECLARED 1
|
||||
struct mallinfo {
|
||||
|
Reference in New Issue
Block a user