aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/restart_block.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/restart_block.h')
-rw-r--r--include/linux/restart_block.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/restart_block.h b/include/linux/restart_block.h
index bba2920e9c05..980a65594412 100644
--- a/include/linux/restart_block.h
+++ b/include/linux/restart_block.h
@@ -23,6 +23,7 @@ enum timespec_type {
* System call restart block.
*/
struct restart_block {
+ unsigned long arch_data;
long (*fn)(struct restart_block *);
union {
/* For futex_wait and futex_wait_requeue_pi */