diff options
Diffstat (limited to 'libc/unistd/sysconf.c')
-rw-r--r-- | libc/unistd/sysconf.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libc/unistd/sysconf.c b/libc/unistd/sysconf.c index 902697b45..4c51c0c2b 100644 --- a/libc/unistd/sysconf.c +++ b/libc/unistd/sysconf.c @@ -16,6 +16,8 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#define getpagesize __libc_getpagesize + #define _XOPEN_SOURCE 500 #include <features.h> #include <errno.h> @@ -37,9 +39,6 @@ #error __UCLIBC_CLK_TCK_CONST not defined! #endif -extern int getpagesize (void); -extern int getdtablesize (void); - /***********************************************************************/ /* * Manuel Novoa III Jan 2001 |