Joe Orton wrote: > > shmget is defined (by Single Unix, the Solaris and Linux man pages say > the same) specifically to store the value of the size parameter in > shm_segsz - is there a platform where this isn't true that you know of? > (it's a bit clumsy and adds more error paths so it would be nice to > remove if possible) >
Even if not, it would be easy to check for valid operation during configure time (ala sem_open, et.al.) -- =========================================================================== Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ "A society that will trade a little liberty for a little order will lose both and deserve neither" - T.Jefferson
