zig/lib/libc/include/generic-musl/sys/ioctl.h

14 lines
169 B
C
Raw Normal View History

2019-03-12 07:28:05 -07:00
#ifndef _SYS_IOCTL_H
#define _SYS_IOCTL_H
#ifdef __cplusplus
extern "C" {
#endif
#include <bits/ioctl.h>
int ioctl (int, int, ...);
#ifdef __cplusplus
}
#endif
#endif