summaryrefslogtreecommitdiff
path: root/libc/stdio
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-12-13 11:15:40 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-12-13 11:15:40 +0000
commitdccb72133b462849330e4182a220160a3f5d9c39 (patch)
treee84de017b4f66be4bf8560983946106762a1b8c6 /libc/stdio
parent47ccc071edc61fa61e27892c73a8a0645ac69dbb (diff)
Use __remove and remove trailing ;
Diffstat (limited to 'libc/stdio')
-rw-r--r--libc/stdio/tmpfile.c3
1 files changed, 2 insertions, 1 deletions
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 <features.h>
#include <stdio.h>
@@ -49,5 +50,5 @@ FILE * tmpfile (void)
return f;
}
#ifdef __UCLIBC_HAS_LFS__
-weak_alias(tmpfile, tmpfile64);
+weak_alias(tmpfile,tmpfile64)
#endif