mirror of git://sourceware.org/git/glibc.git
Fix last change.
This commit is contained in:
parent
b4c4f7767d
commit
6769c6a1b5
|
|
@ -36,6 +36,7 @@ __getpagesize ()
|
||||||
if (_dl_pagesize != 0)
|
if (_dl_pagesize != 0)
|
||||||
return _dl_pagesize;
|
return _dl_pagesize;
|
||||||
|
|
||||||
|
#ifdef __NR_getpagesize
|
||||||
result = INLINE_SYSCALL (getpagesize, 0);
|
result = INLINE_SYSCALL (getpagesize, 0);
|
||||||
/* The only possible error is ENOSYS. */
|
/* The only possible error is ENOSYS. */
|
||||||
if (result != -1)
|
if (result != -1)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue