Subject: hpux msg/sem/shm header files
To: None <port-hp300@netbsd.org>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: port-hp300
Date: 08/15/1999 17:29:08
Hey folks...

I'm in the process of updating the NetBSD SVID-compatible message queues,
semaphores, and shared memory to the Single UNIX Specification version 2.

I noticed that the HP-UX emulation uses the old SVR2-derived 386 ABI
for these system calls, and I'm not sure that's entirely correct.  Would
someone be so kind as to tell me the definition of the following structures
and data types in HP-UX 9?

	* struct msqid_ds

	* struct semid_ds

	* struct sembuf

	* struct shmid_ds

	* key_t

...and any other related data types that might also be defined?

thanks!

        -- Jason R. Thorpe <thorpej@nas.nasa.gov>