OSDN Git Service

hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing...
[uclinux-h8/uClibc.git] / libc / stdlib / malloc / malloc.h
index 707cad1..9360eec 100644 (file)
@@ -16,6 +16,7 @@
 
 /* The system pagesize... */
 extern size_t __pagesize;
+libc_hidden_proto(__pagesize)
 #define MALLOC_PAGE_SIZE       __pagesize
 
 /* The minimum size of block we request from the the system to extend the