|
@@ -482,6 +482,8 @@ extern int lcong48_r (unsigned short int __param[7],
|
|
__BEGIN_NAMESPACE_STD
|
|
__BEGIN_NAMESPACE_STD
|
|
/* Allocate SIZE bytes of memory. */
|
|
/* Allocate SIZE bytes of memory. */
|
|
extern void *malloc (size_t __size) __THROW __attribute_malloc__ __wur;
|
|
extern void *malloc (size_t __size) __THROW __attribute_malloc__ __wur;
|
|
|
|
+/* We want the malloc symbols overridable at runtime
|
|
|
|
+ * libc_hidden_proto(malloc) */
|
|
/* Allocate NMEMB elements of SIZE bytes each, all initialized to 0. */
|
|
/* Allocate NMEMB elements of SIZE bytes each, all initialized to 0. */
|
|
extern void *calloc (size_t __nmemb, size_t __size)
|
|
extern void *calloc (size_t __nmemb, size_t __size)
|
|
__THROW __attribute_malloc__ __wur;
|
|
__THROW __attribute_malloc__ __wur;
|