#ifndef ULIBC_SYS_IOCTL_H #define ULIBC_SYS_IOCTL_H int ioctl(int fd, unsigned long cmd, void* arg); #endif