blob: 085b3144934207c477cebc8d9af5a6428a908d99 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef __wasilibc_sys_ioctl_h
#define __wasilibc_sys_ioctl_h
/*
* Include the real implementation, which is factored into a separate file so
* that it can be reused by other libc ioctl implementations.
*/
#include <__header_sys_ioctl.h>
#endif
|