summaryrefslogtreecommitdiffstats
path: root/sysroot/usr/include/sys/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysroot/usr/include/sys/types.h')
-rw-r--r--sysroot/usr/include/sys/types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysroot/usr/include/sys/types.h b/sysroot/usr/include/sys/types.h
new file mode 100644
index 0000000..058c38a
--- /dev/null
+++ b/sysroot/usr/include/sys/types.h
@@ -0,0 +1,6 @@
+#ifndef _SYS_TYPES_H
+#define _SYS_TYPES_H 1
+
+typedef int pid_t;
+
+#endif