bionic/libc/upstream-freebsd/lib/libc
Elliott Hughes 6593597931 Switch to upstream OpenBSD mktemp.c.
Almost all of our stdio is actually OpenBSD, so although this isn't
really a core part of stdio (it doesn't touch struct FILE, for example)
it probably makes sense for it to come from the same upstream. My
actual motivation though is that it's the only FreeBSD file we have
compiler warnings from.

This patch moves us over to -Werror by default, with only the DNS code
having -Wno-error.

Change-Id: Id244a5b445cba41b0a1ca30298ca7b1ed177810c
2014-07-02 11:22:26 -07:00
..
gen Switch to upstream FreeBSD ldexp.c. 2014-03-10 16:23:09 -07:00
stdio Switch to upstream OpenBSD mktemp.c. 2014-07-02 11:22:26 -07:00
stdlib Adds quick_exit(3) and at_quick_exit(3) from freebsd 2014-04-29 19:17:00 -07:00
string Replace our broken wcswcs with the working upstream one. 2014-04-28 16:46:24 -07:00