Browse Source

other failures w/ different options

Peter S. Mazinger 19 years ago
parent
commit
e9fd915a13
2 changed files with 2 additions and 4 deletions
  1. 2 2
      libc/stdio/_WRITE.c
  2. 0 2
      libc/stdio/fclose.c

+ 2 - 2
libc/stdio/_WRITE.c

@@ -5,10 +5,10 @@
  * Dedicated to Toni.  See uClibc/DEDICATION.mjn3 for details.
  */
 
-#define write __write
-
 #include "_stdio.h"
 
+libc_hidden_proto(write)
+
 /* Given a writing stream with no buffered output, write the
  * data in 'buf' (which may be the stream's bufstart) of size
  * 'bufsize' to the stream.  If a write error occurs, set the

+ 0 - 2
libc/stdio/fclose.c

@@ -5,8 +5,6 @@
  * Dedicated to Toni.  See uClibc/DEDICATION.mjn3 for details.
  */
 
-#define close __close
-
 #include "_stdio.h"
 
 libc_hidden_proto(close)