home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 4
/
DATAFILE_PDCD4.iso
/
unix
/
armlinux
/
alpha
/
PARTITIONS
/
USR_GZ
/
usr
/
include
/
sys
/
ipc.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-05-14
|
290 b
|
17 lines
#ifndef _SYS_IPC_H
#define _SYS_IPC_H
#include <features.h>
#include <linux/ipc.h>
__BEGIN_DECLS
extern key_t ftok __P((char *__pathname, char __proc_id));
extern int __ipc __P((int __call, int _first, int __second,
int __third, void * __ptr));
__END_DECLS
#endif /* _SYS_IPC_H */