mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-15 11:00:04 +08:00
12 lines
142 B
C
12 lines
142 B
C
/*
|
|
* sys/mtio.h header file for Cygwin.
|
|
*
|
|
*/
|
|
|
|
#ifndef _SYS_MTIO_H
|
|
#define _SYS_MTIO_H
|
|
|
|
#include <cygwin/mtio.h>
|
|
|
|
#endif /* _SYS_MTIO_H */
|