Fix typo in preventing compilation of file.

This commit is contained in:
Ulrich Drepper 1999-04-15 14:45:16 +00:00
parent 45c6c04d8d
commit 5f406da841

View File

@ -49,7 +49,7 @@ extern void __default_rt_sa_restorer(void);
: __default_sa_restorer : __default_sa_restorer
#else #else
#define choose_restorer(flags) \ #define choose_restorer(flags) \
&&__default_sa_restorer __default_sa_restorer
#endif #endif
/* If ACT is not NULL, change the action for SIG to *ACT. /* If ACT is not NULL, change the action for SIG to *ACT.