aboutsummaryrefslogtreecommitdiff
path: root/include/sys/cdefs.h
blob: 70258b8ca2e44da417b61532651e71a609783c0d (plain)
1
2
3
4
5
/* only needed for C++ */
#define __BEGIN_DECLS
#define __END_DECLS

#define __dead __attribute__((__noreturn__))