mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Fix last change.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user