From: Ulrich Drepper Date: Thu, 15 Apr 1999 14:45:16 +0000 (+0000) Subject: Fix typo in preventing compilation of file. X-Git-Tag: glibc-2.16-ports-before-merge~2908 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f406da841fc8831a1354f59beb36acb9ac2fdcb;p=thirdparty%2Fglibc.git Fix typo in preventing compilation of file. --- diff --git a/sysdeps/unix/sysv/linux/arm/sigaction.c b/sysdeps/unix/sysv/linux/arm/sigaction.c index 102d66595b4..2e70b321efa 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.