summaryrefslogtreecommitdiffstats
path: root/darwin-user/ioctls.h
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2012-04-16 04:31:11 +0000
committerAndreas Färber <andreas.faerber@web.de>2012-05-01 00:17:27 +0200
commit0adb124659cfadf9f0b5c99874c476116f0cf74f (patch)
treef4f820e8ddb4b0889138712043261ac4ca390696 /darwin-user/ioctls.h
parent148210301e334694badcc8ae72ecb522c6d7bac6 (diff)
downloadhqemu-0adb124659cfadf9f0b5c99874c476116f0cf74f.zip
hqemu-0adb124659cfadf9f0b5c99874c476116f0cf74f.tar.gz
Drop darwin-user
It's been orphaned, not compiling for a long time and despite Apple's drop of their Rosetta ppc emulation technology with Mac OS X Lion no one has stepped up to fix it. Testing necessary changes wrt QOM'ification thus is impossible, so we might as well remove it completely. Signed-off-by: Andreas Färber <afaerber@suse.de> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'darwin-user/ioctls.h')
-rw-r--r--darwin-user/ioctls.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/darwin-user/ioctls.h b/darwin-user/ioctls.h
deleted file mode 100644
index dc73af2..0000000
--- a/darwin-user/ioctls.h
+++ /dev/null
@@ -1,4 +0,0 @@
- /* emulated ioctl list */
-
- IOCTL(TIOCGETA, IOC_R, MK_PTR(MK_STRUCT(STRUCT_termios)))
- IOCTL(TIOCSETA, IOC_W, MK_PTR(MK_STRUCT(STRUCT_termios)))
OpenPOWER on IntegriCloud