Added type definitions for process and object IDs
This commit is contained in:
6
include/types/oid.h
Normal file
6
include/types/oid.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef _QUARK_OID_H
|
||||
#define _QUARK_OID_H
|
||||
|
||||
typedef unsigned int oid_t;
|
||||
|
||||
#endif
|
||||
6
include/types/pid.h
Normal file
6
include/types/pid.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef _QUARK_PID_H
|
||||
#define _QUARK_PID_H
|
||||
|
||||
typedef unsigned int pid_t;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user