blob: 8ba980477d351a7410c845fb7bef677b12fb2327 (
plain)
1
2
3
4
5
6
7
8
9
|
#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
|