|
|
1.1 root 1: #ifndef __SYS_KSYNCH_H__
2: #define __SYS_KSYNCH_H__
3:
4: /*
5: * This header has been introduced to hold the definition of the kernel type
6: * GATE, which was originally in <sys/types.h>. With the POSIX cleanup, it
7: * has been moved here where it belongs, in anticipation of the real DDI/DKI
8: * synchronization primitives.
9: *
10: * You don't want to know what this type means. Really.
11: */
12:
13: typedef char GATE [2];
14:
15: #endif /* ! defined (__SYS_KSYNCH_H__) */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.