Go to file
Alexander Ivchenko 68b01665b3 Fix mbrtoc32 test from tests/uchar_test.cpp for x86.
Without that fix the test fails with:
"error: comparison between signed and unsigned integer expressions" on x86,
due to the fact that char is signed on x86.

Change-Id: I44462d67c15c7e9b730ad5da52eb9c05e207d34b
Signed-off-by: Alexander Ivchenko <alexander.ivchenko@intel.com>
2014-06-11 15:57:57 -07:00
benchmarks Add a couple more system call benchmarks. 2014-06-09 18:35:21 -07:00
libc Remove declarations related to cuserid(3). 2014-06-11 13:20:18 -07:00
libdl Turn on -Wunused and fix the mistakes it uncovers. 2014-06-03 15:22:34 -07:00
libm Merge "Move mips fenv implementation details into fenv.c." 2014-06-09 22:27:30 +00:00
libstdc++ Move libstdc++ into libc. 2014-05-14 18:18:55 -07:00
linker Remove an unused parameter from the dlopen implementation. 2014-06-03 16:23:08 -07:00
tests Fix mbrtoc32 test from tests/uchar_test.cpp for x86. 2014-06-11 15:57:57 -07:00
.gitignore
ABI-bugs.txt PTHREAD_KEYS_MAX cleanup. 2013-12-12 12:51:08 -08:00
Android.mk
CleanSpec.mk
HACKING.txt Clean up and document our hacks for building BSD source. 2014-04-21 17:13:46 -07:00