OSDN Git Service

hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing...
[uclinux-h8/uClibc.git] / libc / stdlib / valloc.c
index d4f21d1..13dbe0f 100644 (file)
@@ -20,12 +20,12 @@ Cambridge, MA 02139, USA.
    The author may be reached (Email) at the address mike@@ai.mit.edu,
    or (US mail) as Mike Haertel c/o Free Software Foundation.  */
 
-#define getpagesize __getpagesize_internal
-
 #include <stdlib.h>
 #include <unistd.h>
 #include <malloc.h>
 
+libc_hidden_proto(getpagesize)
+
 static size_t pagesize;
 
 __ptr_t valloc (size_t size)