From 5da06322c21e27d5bc60459ae2f80a80d2c8162b Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 15 Nov 2005 20:23:33 +0000 Subject: Hide more of stdio,getdents, use internal __raise --- libc/stdio/_trans2w.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/stdio/_trans2w.c') diff --git a/libc/stdio/_trans2w.c b/libc/stdio/_trans2w.c index 7ab3403c0..e85f45a24 100644 --- a/libc/stdio/_trans2w.c +++ b/libc/stdio/_trans2w.c @@ -21,9 +21,9 @@ */ #ifdef __UCLIBC_HAS_WCHAR__ -int __stdio_trans2w_o(FILE * __restrict stream, int oflag) +int attribute_hidden __stdio_trans2w_o(FILE * __restrict stream, int oflag) #else -int __stdio_trans2w(FILE * __restrict stream) +int attribute_hidden __stdio_trans2w(FILE * __restrict stream) #endif { __STDIO_STREAM_VALIDATE(stream); -- cgit v1.2.3