about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/arm/sigaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/sigaction.c b/sysdeps/unix/sysv/linux/arm/sigaction.c
index 102d66595b..2e70b321ef 100644
--- a/sysdeps/unix/sysv/linux/arm/sigaction.c
+++ b/sysdeps/unix/sysv/linux/arm/sigaction.c
@@ -49,7 +49,7 @@ extern void __default_rt_sa_restorer(void);
   : __default_sa_restorer
 #else
 #define choose_restorer(flags)					\
-  &&__default_sa_restorer
+  __default_sa_restorer
 #endif
 
 /* If ACT is not NULL, change the action for SIG to *ACT.