bionic/libc/upstream-openbsd/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
..
crypt Sync to current upstream arc4random. 2014-06-24 14:13:48 -07:00
gdtoa Switch to gdtoa. 2014-04-16 15:15:52 -07:00
gen Sync with upstream OpenBSD. 2014-05-05 14:57:23 -07:00
include Merge "Upgrade to current vfprintf." 2014-04-18 18:19:23 +00:00
locale Switch to a working UTF-8 mb/wc implementation. 2014-05-01 14:46:54 -07:00
net Switch back to OpenBSD inet_ntop now they're FORTIFY clean. 2014-05-19 15:55:29 -07:00
stdio Switch to upstream OpenBSD mktemp.c. 2014-07-02 11:22:26 -07:00
stdlib Register _cleanup function with atexit 2014-05-15 13:05:21 -07:00
string Removes wcswcs from bionic for LP64. 2014-06-04 12:01:56 -07:00
time Sync with upstream OpenBSD wcsftime.c. 2014-05-06 11:12:34 -07:00