Fix tmpfile(3).
This could be better, but at least now it works.
Change-Id: I88b7cf3f7ce8e5fa0b3fe678b7d1679a68ffffc9
diff --git a/libc/Android.mk b/libc/Android.mk
index 6a77deb..a70f527 100644
--- a/libc/Android.mk
+++ b/libc/Android.mk
@@ -123,7 +123,6 @@
stdio/sscanf.c \
stdio/stdio.c \
stdio/tempnam.c \
- stdio/tmpfile.c \
stdio/tmpnam.c \
stdio/ungetc.c \
stdio/vasprintf.c \
@@ -296,6 +295,7 @@
bionic/tdestroy.c \
bionic/time64.c \
bionic/thread_atexit.c \
+ bionic/tmpfile.cpp \
bionic/utime.c \
bionic/utmp.c \
netbsd/gethnamaddr.c \