From 3ce6992e99833946b05947f2e3d33a2e96423a84 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 6 Jan 2006 04:47:31 +0000 Subject: use hidden read/write symbols --- libc/stdio/_READ.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/stdio/_READ.c') diff --git a/libc/stdio/_READ.c b/libc/stdio/_READ.c index 013ca0281..e27309c11 100644 --- a/libc/stdio/_READ.c +++ b/libc/stdio/_READ.c @@ -5,6 +5,8 @@ * Dedicated to Toni. See uClibc/DEDICATION.mjn3 for details. */ +#define read __read + #include "_stdio.h" /* Given a reading stream without its end-of-file indicator set and -- cgit v1.2.3