chore: fix almost *ALL* warnings.
[lunaix-os.git] / lunaix-os / usr / includes / sys / ioctl.h
1 #ifndef __LUNAIX_SYS_IOCTL_H
2 #define __LUNAIX_SYS_IOCTL_H
3
4 #include <sys/ioctl_defs.h>
5
6 int
7 ioctl(int fd, int req, ...);
8
9 #endif /* __LUNAIX_IOCTL_H */