2009-11-28  Tor Lillqvist  <tml@iki.fi>

	* sys/ioctl.h: Moved to the experimental branch.



git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1569 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/crt/ChangeLog b/mingw-w64-headers/crt/ChangeLog
index 283c2a4..e649fed 100644
--- a/mingw-w64-headers/crt/ChangeLog
+++ b/mingw-w64-headers/crt/ChangeLog
@@ -1,3 +1,7 @@
+2009-11-28  Tor Lillqvist  <tml@iki.fi>
+
+	* sys/ioctl.h: Moved to the experimental branch.
+	
 2009-11-10  Kai Tietz  <kai.tietz@onevision.com>
 
 	Generated this file.
diff --git a/mingw-w64-headers/crt/sys/ioctl.h b/mingw-w64-headers/crt/sys/ioctl.h
deleted file mode 100644
index 02b54ad..0000000
--- a/mingw-w64-headers/crt/sys/ioctl.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/**
- * This file has no copyright assigned and is placed in the Public Domain.
- * This file is part of the w64 mingw-runtime package.
- * No warranty is given; refer to the file DISCLAIMER within this package.
- */
-#ifndef _SYS_IOCTL_H
-#define _SYS_IOCTL_H
-
-#include <sys/cdefs.h>
-
-#define WINDOWS_POST	0	/* Set write() behavior to PostMessage() */
-#define WINDOWS_SEND	1	/* Set write() behavior to SendMessage() */
-#define WINDOWS_HWND	2	/* Set hWnd for read() calls */
-
-__BEGIN_DECLS
-
-int ioctl (int __fd, int __cmd, ...);
-
-__END_DECLS
-
-#endif