ensure canary is setup if stack-prot libs are dlopen'd into non-ssp app
[musl] / include / sys / kd.h
1 #ifndef _SYS_KD_H
2 #define _SYS_KD_H
3
4 #define _LINUX_TYPES_H
5 #include <linux/kd.h>
6 #undef _LINUX_TYPES_H
7
8 #endif