aboutsummaryrefslogtreecommitdiffstats
path: root/src/getpagesize.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/getpagesize.h')
-rw-r--r--src/getpagesize.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/getpagesize.h b/src/getpagesize.h
index 965d0bc0244..545082b2e78 100644
--- a/src/getpagesize.h
+++ b/src/getpagesize.h
@@ -1,5 +1,5 @@
1/* Emulate getpagesize on systems that lack it. 1/* Emulate getpagesize on systems that lack it.
2 Copyright (C) 1986, 1992, 1995, 2001-2011 Free Software Foundation, Inc. 2 Copyright (C) 1986, 1992, 1995, 2001-2012 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
@@ -21,7 +21,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
21# include <unistd.h> 21# include <unistd.h>
22 22
23# ifdef _SC_PAGESIZE 23# ifdef _SC_PAGESIZE
24# define getpagesize() sysconf(_SC_PAGESIZE) 24# define getpagesize() sysconf (_SC_PAGESIZE)
25# else /* no _SC_PAGESIZE */ 25# else /* no _SC_PAGESIZE */
26# ifdef HAVE_SYS_PARAM_H 26# ifdef HAVE_SYS_PARAM_H
27# include <sys/param.h> 27# include <sys/param.h>