aboutsummaryrefslogtreecommitdiff
path: root/include/linux/compat.h
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2014-11-19 18:39:06 +0300
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-11-19 18:39:06 +0300
commitbb1c80c6451b8bd578acd1663529de3a29205167 (patch)
tree044703ef1a4cc521557fb9ed15c9d343c85a35f6 /include/linux/compat.h
parentfcfb41ff5e1e8d54b27e2e8412b776b194e1fdbc (diff)
parenta33d84566e90cc279db7cc54de45ab92ce10bdf6 (diff)
Merge branch 'tracking-ilp32' into merge-linux-linaroll-20141119.0linux-linaro-3.18-rc5-2014.11ll_20141119.0
Diffstat (limited to 'include/linux/compat.h')
-rw-r--r--include/linux/compat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h
index e6494261eaff..2d8c53541a0c 100644
--- a/include/linux/compat.h
+++ b/include/linux/compat.h
@@ -24,6 +24,10 @@
#define COMPAT_USE_64BIT_TIME 0
#endif
+#ifndef COMPAT_USE_NATIVE_SIGINFO
+#define COMPAT_USE_NATIVE_SIGINFO 0
+#endif
+
#ifndef __SC_DELOUSE
#define __SC_DELOUSE(t,v) ((t)(unsigned long)(v))
#endif