|
|
1.1 root 1: #ifndef __SYS__PID_H__
2: #define __SYS__PID_H__
3:
4: /*
5: * This internal header is intended as the sole point of definition for the
6: * POSIX.1 data type "pid_t". We simply rely on another internal definition
7: * of a private name (which exists so that headers can declare a "pid_t" datum
8: * without exporting the "pid_t" type into the user's namespace).
9: */
10:
11: #include <sys/__pid.h>
12:
13: typedef __pid_t pid_t;
14:
15: #endif /* ! defined (__SYS__PID_H__) */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.