Re: Re: sys/mman.h missing MCL_CURRENT ...

2007-08-01 Thread Fred Hansen
Sorry. I failed to notice the absence of mlockall from . Fred Hansen Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase. http://farechase.yahoo.com/ -- Unsubscribe info:

Re: sys/mman.h missing MCL_CURRENT ...

2007-08-01 Thread Corinna Vinschen
On Aug 1 14:13, Fred Hansen wrote: > A program I am trying to port to cygwin does > #include > and later calls mlockall, which is defined in mman.h: > mlockall(MCL_CURRENT | MCL_FUTURE); > > HOWEVER, MCL_CURRENT and MCL_FUTURE are undefined. So the build fails. > > In other systems MCL_