Refer to _sys_siglist with just one underscore.

This commit is contained in:
pk 1994-12-17 16:18:10 +00:00
parent c0aee44a2f
commit 7c93bbccb8
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@
#include <sys/cdefs.h>
__weak_reference(__sys_siglist, sys_siglist);
__weak_reference(_sys_siglist, sys_siglist);