platform_bionic/libc/upstream-freebsd
Dmitriy Ivanov 623b0d05bd Register _cleanup function with atexit
* Register cleanup function with atexit
   instead of calling it explicitly on
   exit()
 * abort() no longer calls _cleanup:
   Flushing stdio buffers on abort is no
   longer required by POSIX.
 * dlmalloc no longer need to reset cleanup
   (see above)
 * Upstream findfp.c makebuf.c setvbuf.cexit.c
   to openbsd versions.

Bug: 14415367
Change-Id: I277058852485a9d3dbb13e5c232db5f9948d78ac
2014-05-15 13:05:21 -07:00
..
android/include Clean up and document our hacks for building BSD source. 2014-04-21 17:13:46 -07:00
lib/libc Register _cleanup function with atexit 2014-05-15 13:05:21 -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.