platform_bionic/libc/upstream-netbsd
Elliott Hughes 5470c18361 Make it possible to build bionic with -I instead of -isystem.
Various things:

* work around -Wnullability-completeness.
* use C++ casts in C++ and C casts in C.
* stop using attributes clang doesn't support (such as `warning`).
* remove duplicate definitions of XATTR_CREATE and XATTR_REPLACE.

Change-Id: I07649e46275b28a23ca477deea119fe843999533
2016-07-22 13:12:53 -07:00
..
android/include Make it possible to build bionic with -I instead of -isystem. 2016-07-22 13:12:53 -07:00
common/lib/libc Get the full set of PRNG functions in <stdlib.h> 2014-06-12 14:37:31 -07:00
lib/libc Fix ftw/nftw to only report unreadable directories once. 2016-04-18 12:05:18 -07:00
README.txt Clean up and document our hacks for building BSD source. 2014-04-21 17:13:46 -07:00

This directory contains upstream NetBSD 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.