summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/kvx/bits/posix_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/kvx/bits/posix_types.h')
-rw-r--r--libc/sysdeps/linux/kvx/bits/posix_types.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/kvx/bits/posix_types.h b/libc/sysdeps/linux/kvx/bits/posix_types.h
new file mode 100644
index 000000000..e556fda5d
--- /dev/null
+++ b/libc/sysdeps/linux/kvx/bits/posix_types.h
@@ -0,0 +1,14 @@
+/*
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License. See the file "COPYING" in the main directory of this archive
+ * for more details.
+ *
+ * Copyright (C) 2017 Kalray Inc.
+ */
+
+#ifndef _UAPI_ASM_KVX_POSIX_TYPES_H
+#define _UAPI_ASM_KVX_POSIX_TYPES_H
+
+#include <asm-generic/posix_types.h>
+
+#endif /* _UAPI_ASM_KVX_POSIX_TYPES_H */