summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/arm/sigaction.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-04-15 14:45:35 +0000
committerUlrich Drepper <drepper@redhat.com>1999-04-15 14:45:35 +0000
commit46a4682dcd8de0cb2ed3c8969412af1381100c2a (patch)
tree55c593b9a9b6c270a177c1642c4d74cd70461c05 /sysdeps/unix/sysv/linux/arm/sigaction.c
parentf8afba91cf8bf8f8324c3c88b8c368e7c2bd5894 (diff)
downloadglibc-46a4682dcd8de0cb2ed3c8969412af1381100c2a.tar.gz
Update.
1999-04-15 Scott Bambrough <scottb@netwinder.org> * sysdeps/unix/sysv/linux/arm/sigaction.c: Fix typo in preventing compilation of file.
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm/sigaction.c')
-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.