]> sourceware.org Git - glibc.git/commitdiff
Fix last change.
authorAndreas Schwab <schwab@suse.de>
Tue, 17 Jul 2001 17:12:10 +0000 (17:12 +0000)
committerAndreas Schwab <schwab@suse.de>
Tue, 17 Jul 2001 17:12:10 +0000 (17:12 +0000)
sysdeps/unix/sysv/linux/m68k/getpagesize.c

index 009f7f1ccaf3397f2592a536db3da641eeed99f9..bbabbb177396f4aefb0895000c86d45a24d238f3 100644 (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)
This page took 0.037434 seconds and 5 git commands to generate.