From dccb72133b462849330e4182a220160a3f5d9c39 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 13 Dec 2005 11:15:40 +0000 Subject: Use __remove and remove trailing ; --- libc/stdio/tmpfile.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libc/stdio') diff --git a/libc/stdio/tmpfile.c b/libc/stdio/tmpfile.c index fa9bd5019..606fcc436 100644 --- a/libc/stdio/tmpfile.c +++ b/libc/stdio/tmpfile.c @@ -17,6 +17,7 @@ Boston, MA 02111-1307, USA. */ #define fdopen __fdopen +#define remove __remove #include #include @@ -49,5 +50,5 @@ FILE * tmpfile (void) return f; } #ifdef __UCLIBC_HAS_LFS__ -weak_alias(tmpfile, tmpfile64); +weak_alias(tmpfile,tmpfile64) #endif -- cgit v1.2.3