platform_bionic/libc/arch-mips/bionic
Elliott Hughes c4c6e192ac pthread_exit should call __NR_exit with status 0.
We shouldn't have been passing the bottom 32 bits of the address used
for pthread_join to the kernel.

Change-Id: I487e5002d60c27adba51173719213abbee0f183f
2013-10-08 14:48:05 -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 pthread_exit should call __NR_exit with status 0. 2013-10-08 14:48:05 -07:00
_setjmp.S Revert "libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>" 2012-10-17 19:10:11 +02:00
atexit.h [MIPS] Rewrite MIPS crtbegin* as C files. 2013-07-17 14:23:29 -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 Replace unnecessary MIPS uses of <sys/linux-syscalls.h> with <asm/unistd.h>. 2013-03-21 22:52:25 -07:00
crtbegin.c [MIPS] Rewrite MIPS crtbegin* as C files. 2013-07-17 14:23:29 -07:00
crtbegin_so.c [MIPS] Rewrite MIPS crtbegin* as C files. 2013-07-17 14:23:29 -07: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