mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-24 12:25:35 +08:00
Fix typo in preventing compilation of file.
This commit is contained in:
parent
45c6c04d8d
commit
5f406da841
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user