Refer to _sys_siglist with just one underscore.
This commit is contained in:
parent
c0aee44a2f
commit
7c93bbccb8
|
@ -5,4 +5,4 @@
|
|||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__weak_reference(__sys_siglist, sys_siglist);
|
||||
__weak_reference(_sys_siglist, sys_siglist);
|
||||
|
|
Loading…
Reference in New Issue