26 lines
551 B
C
26 lines
551 B
C
/* @(#)12 1.1 src/bos/kernel/sys/unixmsg.h, sysproc, bos411, 9428A410j 5/7/91 17:22:00 */
|
|
/*
|
|
* COMPONENT_NAME: (SYSPROC) Process Management
|
|
*
|
|
* FUNCTIONS:
|
|
*
|
|
* ORIGINS: 27
|
|
*
|
|
* (C) COPYRIGHT International Business Machines Corp. 1985, 1989
|
|
* All Rights Reserved
|
|
* Licensed Materials - Property of IBM
|
|
*
|
|
* US Government Users Restricted Rights - Use, duplication or
|
|
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
*/
|
|
|
|
#ifndef _H_UNIXMSG
|
|
#define _H_UNIXMSG
|
|
|
|
#include <sys/msg/unix_msg.h>
|
|
|
|
#endif /* _H_UNIXMSG */
|
|
|
|
|
|
|