New repo setup
This commit is contained in:
6
include/types/pid.h
Normal file
6
include/types/pid.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef KERNEL_PID_H
|
||||
#define KERNEL_PID_H
|
||||
|
||||
typedef unsigned int pid_t;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user