mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-28 21:41:08 +00:00
7 lines
144 B
C
7 lines
144 B
C
|
#define SIG 1
|
||
|
#define FUNC setpayloadsig
|
||
|
#include <s_setpayload_main.c>
|
||
|
#ifdef NO_LONG_DOUBLE
|
||
|
weak_alias (setpayloadsig, setpayloadsigl)
|
||
|
#endif
|