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:
C/C++ Source or Header  |  1995-05-14  |  290 b   |  17 lines

  1. #ifndef _SYS_IPC_H
  2. #define _SYS_IPC_H
  3.  
  4. #include <features.h>
  5.  
  6. #include <linux/ipc.h>
  7.  
  8. __BEGIN_DECLS
  9.  
  10. extern key_t ftok __P((char *__pathname, char __proc_id));
  11. extern int __ipc __P((int __call, int _first, int __second,
  12.             int __third, void * __ptr));
  13.  
  14. __END_DECLS
  15.  
  16. #endif /* _SYS_IPC_H */
  17.