Files
quark-kernel/include/types/pid.h

6 lines
78 B
C

#ifndef _QUARK_PID_H
#define _QUARK_PID_H
typedef unsigned int pid_t;
#endif