bionic/libc/arch-mips/bionic
Elliott Hughes 8f2a5a0b40 Clean up internal libc logging.
We only need one logging API, and I prefer the one that does no
allocation and is thus safe to use in any context.

Also use O_CLOEXEC when opening the /dev/log files.

Move everything logging-related into one header file.

Change-Id: Ic1e3ea8e9b910dc29df351bff6c0aa4db26fbb58
2013-03-15 16:12:58 -07:00
..
__dso_handle_so.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
__dso_handle.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
__get_sp.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
__get_tls.c MIPS support for libc. 2012-08-02 16:07:26 -07:00
__set_tls.c MIPS support for libc. 2012-08-02 16:07:26 -07:00
_exit_with_stack_teardown.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
_setjmp.S Revert "libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>" 2012-10-17 19:10:11 +02:00
atexit.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
bzero.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
cacheflush.c Clean up internal libc logging. 2013-03-15 16:12:58 -07:00
clone.S Fix the pthread_setname_np test. 2013-02-15 12:08:59 -08:00
crtbegin_so.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
crtbegin.S libc: remove ctors/dtors sections 2012-08-22 20:45:26 +02:00
crtend_so.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
crtend.S libc: remove ctors/dtors sections 2012-08-22 20:45:26 +02:00
ffs.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
futex_mips.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
memcmp16.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
memmove.c MIPS support for libc. 2012-08-02 16:07:26 -07:00
pipe.S [MIPS] Check error status from pipe system call 2012-09-11 16:38:04 -07:00
setjmp.S Revert "libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>" 2012-10-17 19:10:11 +02:00
sigsetjmp.S MIPS support for libc. 2012-08-02 16:07:26 -07:00
vfork.S MIPS support for libc. 2012-08-02 16:07:26 -07:00