diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-02-15 12:23:13 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-02-15 12:23:13 -0800 |
commit | 1cac72362af836bf205b40998f26b074a97873bc (patch) | |
tree | 8d9e7b8ce5305d16f927efb25f7dbf765192cd4f /mach/devstream.c | |
parent | 8e475601f62c115115df1639599f573d2e78d7b7 (diff) | |
download | glibc-1cac72362af836bf205b40998f26b074a97873bc.zip glibc-1cac72362af836bf205b40998f26b074a97873bc.tar.gz glibc-1cac72362af836bf205b40998f26b074a97873bc.tar.bz2 |
Remove macros wrongly left for pre-libio case that no longer exists.
Diffstat (limited to 'mach/devstream.c')
-rw-r--r-- | mach/devstream.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mach/devstream.c b/mach/devstream.c index 7c5a783..0f515c2 100644 --- a/mach/devstream.c +++ b/mach/devstream.c @@ -1,6 +1,6 @@ /* stdio on a Mach device port. Translates \n to \r\n on output, echos and translates \r to \n on input. - Copyright (C) 1992,93,94,96,97,2000,2011 Free Software Foundation, Inc. + Copyright (C) 1992-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -119,11 +119,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) { |