bionic/libc/upstream-freebsd/lib/libc/stdio
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
..
fclose.c Pull upstream FreeBSD revision 249810. 2013-05-14 15:02:16 -07:00
flags.c Pull upstream FreeBSD revision 249810. 2013-05-14 15:02:16 -07:00
fopen.c Pull upstream FreeBSD revision 249810. 2013-05-14 15:02:16 -07:00
mktemp.c Upgrade mktemp.c to the current upstream version. 2013-07-19 15:20:31 -07:00