X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetpagesize.c;h=02c00fbea40028086f18f6267cbf00ae6a014fc2;hb=bed5facc8ba8813aec741ae883a5021f4bc6339e;hp=5498aa9483312e814f8cd1c654be4ebefe07a5d9;hpb=e3e32d7bf018d298af7561cf0d1bdec32bc32e9b;p=gnulib.git diff --git a/lib/getpagesize.c b/lib/getpagesize.c index 5498aa948..02c00fbea 100644 --- a/lib/getpagesize.c +++ b/lib/getpagesize.c @@ -1,6 +1,6 @@ /* getpagesize emulation for systems where it cannot be done in a C macro. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ /* Specification. */ #include -/* This implementation is only for native Win32 systems. */ +/* This implementation is only for native Windows systems. */ #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ # define WIN32_LEAN_AND_MEAN