/usr/lib/bcc/include/sys/ioctl.h is in elks-libc 0.16.17-3.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | #ifndef _SYS_IOCTL_H
#define _SYS_IOCTL_H
#include <features.h>
#include __SYSINC__(ioctl.h)
extern int ioctl __P((int __fildes, int __cmd, ...));
#endif
|