summaryrefslogtreecommitdiff
path: root/mach
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2011-10-09 21:41:34 +0200
committerThomas Schwinge <thomas@schwinge.name>2011-10-09 21:41:34 +0200
commitc0b19350d1f30fafc0a1285db4b19266da9b8219 (patch)
tree7872458ba9d6de1be6904370c57639a4f9ec059c /mach
parent9fa94d59c9ab51397e40f82d3582f992685bcbad (diff)
parent4f1a023b55626b0006b78e6e204580eb7b0ac8bc (diff)
Merge branch 't/repair-mach_devstream.c' into refs/top-bases/tschwinge/Roger_Whittaker
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)
{