4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 04:19:21 +08:00

white space

This commit is contained in:
Christopher Faylor 2005-07-29 17:06:57 +00:00
parent 7d7d09aee8
commit ca48709996

View File

@ -56,10 +56,10 @@ __BEGIN_DECLS
#define _LINUX_IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size))
#ifdef __USE_LINUX_IOCTL_DEFS
#define _IO _LINUX_IO
#define _IOR _LINUX_IOR
#define _IOW _LINUX_IOW
#define _IOWR _LINUX_IOWR
# define _IO _LINUX_IO
# define _IOR _LINUX_IOR
# define _IOW _LINUX_IOW
# define _IOWR _LINUX_IOWR
#endif /*__USE_LINUX_IOCTL_DEFS */
int __cdecl ioctl (int __fd, int __cmd, ...);