mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +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
|
: __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.
|
||||||
|
Loading…
Reference in New Issue
Block a user