9a9b91c940
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
7 lines
101 B
C
Executable File
7 lines
101 B
C
Executable File
|
|
#ifndef _ABIBITS_PID_T_H
|
|
#define _ABIBITS_PID_T_H
|
|
|
|
typedef int pid_t;
|
|
|
|
#endif /* _ABIBITS_PID_T_H */ |