Fix last change.

This commit is contained in:
Andreas Schwab 2001-07-17 17:12:10 +00:00
parent b04f70b77d
commit 44dce39192

View File

@ -36,6 +36,7 @@ __getpagesize ()
if (_dl_pagesize != 0)
return _dl_pagesize;
#ifdef __NR_getpagesize
result = INLINE_SYSCALL (getpagesize, 0);
/* The only possible error is ENOSYS. */
if (result != -1)