aboutsummaryrefslogtreecommitdiff
path: root/include/10.libc/sys
diff options
context:
space:
mode:
Diffstat (limited to 'include/10.libc/sys')
-rw-r--r--include/10.libc/sys/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/10.libc/sys/types.h b/include/10.libc/sys/types.h
index 4f55189..34c1b65 100644
--- a/include/10.libc/sys/types.h
+++ b/include/10.libc/sys/types.h
@@ -1,4 +1,6 @@
#ifndef _SYS_TYPES_H
#define _SYS_TYPES_H
+
typedef int pid_t;
+
#endif