OSDN Git Service

CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps.
authorElliott Hughes <enh@google.com>
Wed, 24 Sep 2014 00:34:29 +0000 (17:34 -0700)
committerElliott Hughes <enh@google.com>
Wed, 24 Sep 2014 01:21:52 +0000 (18:21 -0700)
commit31165edf5733dae8fbe79551b18cbc0e56c8d808
treee7ed184d94540342f16514a84e02c1f8d38882db
parent87b6906f6e0c17b2541535be8e054324cc2fef4a
CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps.

Change-Id: I74ea88e0d4973d6ab3c57da7d8bb643c31592b14
libc/bionic/lfs64_support.cpp
libc/include/fcntl.h
libc/include/stdlib.h
libc/include/unistd.h
libc/upstream-openbsd/lib/libc/stdio/fdopen.c
libc/upstream-openbsd/lib/libc/stdio/freopen.c
libc/upstream-openbsd/lib/libc/stdio/mktemp.c
tests/TemporaryFile.h
tests/ftw_test.cpp
tests/stdio_test.cpp
tests/stdlib_test.cpp