Explorar o código

Use __remove and remove trailing ;

Peter S. Mazinger %!s(int64=20) %!d(string=hai) anos
pai
achega
dccb72133b
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      libc/stdio/tmpfile.c

+ 2 - 1
libc/stdio/tmpfile.c

@@ -17,6 +17,7 @@
    Boston, MA 02111-1307, USA.  */
    Boston, MA 02111-1307, USA.  */
 
 
 #define fdopen __fdopen
 #define fdopen __fdopen
+#define remove __remove
 
 
 #include <features.h>
 #include <features.h>
 #include <stdio.h>
 #include <stdio.h>
@@ -49,5 +50,5 @@ FILE * tmpfile (void)
     return f;
     return f;
 }
 }
 #ifdef __UCLIBC_HAS_LFS__
 #ifdef __UCLIBC_HAS_LFS__
-weak_alias(tmpfile, tmpfile64);
+weak_alias(tmpfile,tmpfile64)
 #endif
 #endif