cmake HAVE_WORKING_FS_IOC_GETFLAGS examples

libarchive/libarchive CMakeLists.txt :729

CHECK_C_SOURCE_COMPILES("#include <sys/ioctl.h>
#include <linux/fs.h>
int main(void) { return FS_IOC_GETFLAGS; }" HAVE_WORKING_FS_IOC_GETFLAGS)