mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-13 00:30:07 +00:00
10 lines
183 B
C
10 lines
183 B
C
#ifndef _SYS_CDEFS_H
|
|
|
|
#include <misc/sys/cdefs.h>
|
|
|
|
extern void __chk_fail (void) __attribute__ ((__noreturn__));
|
|
libc_hidden_proto (__chk_fail)
|
|
rtld_hidden_proto (__chk_fail)
|
|
|
|
#endif
|