Fix typo in preventing compilation of file.
authorUlrich Drepper <drepper@redhat.com>
Thu, 15 Apr 1999 14:45:16 +0000 (14:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 15 Apr 1999 14:45:16 +0000 (14:45 +0000)
sysdeps/unix/sysv/linux/arm/sigaction.c

index 102d665..2e70b32 100644 (file)
@@ -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.