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

6 lines
76 B
C

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