platform_bionic/libc/upstream-freebsd
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
..
android/include Clean up and document our hacks for building BSD source. 2014-04-21 17:13:46 -07:00
lib/libc Switch to upstream OpenBSD mktemp.c. 2014-07-02 11:22:26 -07:00
README.txt Regenerate NOTICE files. 2013-03-07 11:51:10 -08:00

This directory contains upstream FreeBSD source. You should not edit these
files directly. Make fixes upstream and then pull down the new version of
the file.

TODO: write a script to make this process automated.