musl/include/sys/ioctl.h

15 lines
170 B
C
Raw Permalink Normal View History

2011-02-12 00:22:29 -05: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