summaryrefslogtreecommitdiff
path: root/mach
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2011-10-08 17:21:12 +0200
committerThomas Schwinge <thomas@schwinge.name>2011-10-08 17:21:12 +0200
commit4f1a023b55626b0006b78e6e204580eb7b0ac8bc (patch)
treeb7afc8e4c19b9f6580986c176cf52357375b19ff /mach
parent68723366dcb15f861a39687adbc2b26fc3d974b7 (diff)
* mach/devstream.c (cookie_io_functions_t, write, read, close): Remove
definitions; repair previous commit.
Diffstat (limited to 'mach')
-rw-r--r--mach/devstream.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/mach/devstream.c b/mach/devstream.c
index ebc4b9329b..325e0ff898 100644
--- a/mach/devstream.c
+++ b/mach/devstream.c
@@ -120,11 +120,6 @@ dealloc_ref (void *cookie)
return 0;
}
-#define cookie_io_functions_t __io_functions
-#define write __write
-#define read __read
-#define close __close
-
FILE *
mach_open_devstream (mach_port_t dev, const char *mode)
{