Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Importance: Normal
Subject: Re: New autoconf tests - let's try this again
To: "Zack Weinberg" <zackw@stanford.edu>
Cc: gcc@gcc.gnu.org, cygwin@sources.redhat.com
X-Mailer: Lotus Notes Release 5.0.3 (Intl) 21 March 2000
Message-ID: <OFD81219E5.65CF3459-ON882569CF.00656B5E@LocalDomain>
From: "Janis Johnson" <janis@us.ibm.com>
Date: Tue, 9 Jan 2001 10:30:42 -0800
X-MIMETrack: Serialize by Router on D03NM111/03/M/IBM(Release 5.0.3 (Intl)|21 March 2000) at
 01/09/2001 11:30:44 AM
MIME-Version: 1.0
Content-type: text/plain; charset=us-ascii



Have mmap from /dev/zero.
Have mmap with MAP_ANON(YMOUS).
mmap of /dev/zero works.
mmap with MAP_ANON(YMOUS) works.
-rw-r-----    1 janis    sequent        0 Jan  9 10:07 test1a.l
-rw-r-----    1 janis    sequent        0 Jan  9 10:07 test1z.l
-rw-r-----    1 janis    sequent        0 Jan  9 10:07 test2a.l
-rw-r-----    1 janis    sequent        0 Jan  9 10:07 test2z.l
DYNIX/ptx eng2 4.0 V4.6.0 i386


Before DYNIX/ptx V4.6.0, getpagesize() was in libseq rather than libc,
so the tests failed.  I got the following results by either adding
-lseq or by substituting PAGE_SIZE for getpagesize().  Perhaps the
tests could check that getpagesize() is available.

Have mmap from /dev/zero.
Have mmap with MAP_ANON(YMOUS).
mmap of /dev/zero works.
mmap with MAP_ANON(YMOUS) works.
-rw-r-----    1 janis    sequent        0 Jan  9 10:17 test1a.l
-rw-r-----    1 janis    sequent        0 Jan  9 10:17 test1z.l
-rw-r-----    1 janis    sequent        0 Jan  9 10:17 test2a.l
-rw-r-----    1 janis    sequent        0 Jan  9 10:17 test2z.l
DYNIX/ptx eng4 4.0 V4.5.2 i386


Have mmap from /dev/zero.
Have mmap with MAP_ANON(YMOUS).
mmap of /dev/zero works.
mmap with MAP_ANON(YMOUS) works.
-rw-r-----    1 janis    sequent        0 Jan  9 10:22 test1a.l
-rw-r-----    1 janis    sequent        0 Jan  9 10:22 test1z.l
-rw-r-----    1 janis    sequent        0 Jan  9 10:22 test2a.l
-rw-r-----    1 janis    sequent        0 Jan  9 10:22 test2z.l
DYNIX/ptx crg2 4.0 V4.4.7 i386

Janis Johnson
IBM Linux Technology Center
(503) 578-5458
janis@us.ibm.com


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

