summaryrefslogtreecommitdiff
path: root/sys/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include')
-rw-r--r--sys/include/sys/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/sys/types.h b/sys/include/sys/types.h
index fad34c7..c77663c 100644
--- a/sys/include/sys/types.h
+++ b/sys/include/sys/types.h
@@ -57,5 +57,6 @@ typedef int32_t ssize_t; /* Byte count or error */
typedef size_t uintptr_t;
typedef _Bool bool;
+typedef int pid_t;
#endif /* _SYS_TYPES_H_ */