嗨,我收到此错误:ioctl: inappropriate ioctl for device on the ioctl() call 如下所示。
fd = open(mount, O_RDONLY);
destid = ioctl(fd, TRACEFS_IOCTL_ADD_OUTPUT_DRIVERS, data);
#define IOCBASE 10
#define TRACEFS_IOCTL_ADD_OUTPUT_DRIVERS _IOW(0x15, IOCBASE + 0, int)
我不确定如何调试此问题或解决错误。
任何帮助将不胜感激。谢谢。