Subject: Re: Function protos for shm.h funcs
To: None <brezak@ch.hp.com>
From: Charles Hannum <mycroft@duality.gnu.ai.mit.edu>
List: current-users
Date: 11/18/1993 13:56:06
I think there are some errors in the function prototypes for the
shm*() functions.
Actually, I had changed those to:
! void *shmsys __P((int, ...));
! int shmat __P((int, void *, int));
int shmget __P((key_t, int, int));
! int shmctl __P((int, int, void *));
! int shmdt __P((void *));
in the magnum branch.
This is compatible with my (old) copy of SVID.
------------------------------------------------------------------------------