Subject: Re: Expected behavior from shmget()?
To: Charles M. Hannum <mycroft@NetBSD.ORG>
From: Randy Terbush <randy@zyzzyva.com>
List: current-users
Date: 02/17/1996 18:57:16
>
> Notice that in the following piece of code shmget() returns
> a value incremented by (64 *1024) on each invocation. Is this expected?
>
> Is there some reason to think it's wrong?
Because the return value from shmget() seems to be very different
from other OS'.
> The code works as intended.
I agree that it works, but this return value seems unusual.