bionic/libc
Elliott Hughes c48c3e4bb3 Fix flockfile(3) and friends for stdin/stdout/stderr too.
stdin/stdout/stderr are special; their mutexes are initialized by
__sinit. There's no unit test for this, because __sinit has already
been called by the time the first unit test runs, but you could
reproduce this failure with a trivial main() that calls flockfile
or ftrylockfile on one of the standard streams before otherwise
using stdio.

Bug: 18208568
Change-Id: I28d232cf05a9f198a2bed61854d8047b23d2091d
2014-11-19 15:16:51 -08:00
..
arch-arm Add sethostname(2). 2014-11-07 16:48:27 -08:00
arch-arm64 Add sethostname(2). 2014-11-07 16:48:27 -08:00
arch-common/bionic Revert "Register __libc_fini as early as possible." 2014-09-04 21:54:34 +00:00
arch-mips Add sethostname(2). 2014-11-07 16:48:27 -08:00
arch-mips64 Add sethostname(2). 2014-11-07 16:48:27 -08:00
arch-x86 Add sethostname(2). 2014-11-07 16:48:27 -08:00
arch-x86_64 Add 64-bit slm optimized strlcpy and srlcat. 2014-11-12 17:32:28 +03:00
bionic Fix flockfile(3) and friends for stdin/stdout/stderr too. 2014-11-19 15:16:51 -08:00
dns Don't receive structs containing pointers over sockets. 2014-11-12 22:06:35 -08:00
include Add functions in sysinfo.h. 2014-11-14 16:22:48 -08:00
kernel am d5e1c583: Merge "Move to v3.16.3 kernel headers." 2014-09-18 21:48:49 +00:00
private Remove remaining bionic support for TARGET_CPU_SMP being false. 2014-11-17 10:06:20 -08:00
stdio Fix flockfile(3) and friends for stdin/stdout/stderr too. 2014-11-19 15:16:51 -08:00
tools Fix tzdata update tools for 'backzone'. 2014-11-11 16:30:18 -08:00
tzcode libc: Fix mktime returns an uncorrect time in empty TZ case 2014-11-14 18:13:07 -08:00
upstream-dlmalloc Return total footprint, not high water mark. 2014-10-13 12:45:35 -07:00
upstream-freebsd Remove an unused file. 2014-10-29 13:42:23 -07:00
upstream-netbsd Add POSIX lcong48. 2014-11-06 14:14:37 -08:00
upstream-openbsd Ensure we initialize stdin/stdout/stderr's recursive mutexes. 2014-11-03 12:32:17 -08:00
zoneinfo Upgrade bionic to tzdata2014j. 2014-11-11 16:44:21 -08:00
Android.mk Remove remaining bionic support for TARGET_CPU_SMP being false. 2014-11-17 10:06:20 -08:00
crt.mk Reconfig libc's Android.mk to build for multilib 2014-02-12 13:58:34 -08:00
MODULE_LICENSE_BSD
NOTICE Update NOTICE files. 2014-09-13 09:42:41 -07:00
SYSCALLS.TXT Add sethostname(2). 2014-11-07 16:48:27 -08:00