aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/include/asm/futex.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/include/asm/futex.h')
-rw-r--r--arch/um/include/asm/futex.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/um/include/asm/futex.h b/arch/um/include/asm/futex.h
new file mode 100644
index 000000000000..6a332a9f099c
--- /dev/null
+++ b/arch/um/include/asm/futex.h
@@ -0,0 +1,6 @@
1#ifndef _ASM_FUTEX_H
2#define _ASM_FUTEX_H
3
4#include <asm-generic/futex.h>
5
6#endif