1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-19 00:02:09 +03:00
Files
glibc/include/sys/cdefs.h
2004-12-22 20:10:10 +00:00

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