platform_bionic/libc
Elliott Hughes cd3abe38ef Tell GCC that sometimes we have to build deprecated functions.
We're the C library. Nothing could be more deprecated.

bionic/libc/bionic/pthread_cond.cpp:243:10: error: 'int pthread_cond_timedwait_relative_np(pthread_cond_t*, pthread_mutex_t*, const timespec*)' is deprecated (declared at bionic/libc/bionic/pthread_cond.cpp:227): use pthread_cond_timedwait instead [-Werror=deprecated-declarations]
   return pthread_cond_timedwait_relative_np(cond_interface, mutex, &ts);
          ^
bionic/libc/bionic/pthread_cond.cpp:243:71: error: 'int pthread_cond_timedwait_relative_np(pthread_cond_t*, pthread_mutex_t*, const timespec*)' is deprecated (declared at bionic/libc/bionic/pthread_cond.cpp:227): use pthread_cond_timedwait instead [-Werror=deprecated-declarations]
   return pthread_cond_timedwait_relative_np(cond_interface, mutex, &ts);
                                                                       ^

Change-Id: Idb3d445e053c44180773f59774df19b324f6817f
2016-04-01 10:25:52 -07:00
..
arch-arm Add {get,set}domainname(2) 2016-03-25 14:16:58 -07:00
arch-arm64 Add {get,set}domainname(2) 2016-03-25 14:16:58 -07:00
arch-common/bionic Properly align init/fini_arrays for crtend.o 2015-05-07 12:56:15 -07:00
arch-mips Add a checksum to jmp_buf on mips and mips64. 2016-03-28 14:54:49 +00:00
arch-mips64 Add {get,set}domainname(2) 2016-03-25 14:16:58 -07:00
arch-x86 Add a checksum to jmp_buf on x86. 2016-03-29 17:28:32 -07:00
arch-x86_64 Add a checksum to jmp_buf on x86_64. 2016-03-29 17:28:32 -07:00
bionic clock_nanosleep: add CLOCK_THREAD_CPUTIME_ID special case 2016-03-28 10:29:16 -07:00
dns Don't leak sockets if setsockopt() or fchown() fail. 2016-03-09 12:11:13 +09:00
include Merge "Stop defining HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE." 2016-04-01 16:43:42 +00:00
kernel Updated to v4.4.1 kernel headers. 2016-02-05 16:03:55 -08:00
malloc_debug Fix race in malloc debug option free_track. 2016-03-16 17:38:08 -07:00
private libc: implement kernel vdso syscalls for i386 2016-03-25 14:10:05 -07:00
stdio Add fopen64/freopen64/tmpfile64 aliases. 2016-02-03 11:24:28 -08:00
stdlib Revert "Revert "Remove __sinit and __sdidinit."" 2015-12-05 07:30:59 -08:00
tools libc: implement kernel vdso syscalls for i386 2016-03-25 14:10:05 -07:00
tzcode Remove mktime_tz. 2016-01-06 09:15:02 -08:00
upstream-freebsd Move several FreeBSD functions to OpenBSD. 2015-09-14 19:01:58 -07:00
upstream-netbsd Fix regerror(..., nullptr, 0). 2016-02-12 16:00:53 -08:00
upstream-openbsd Implement funopen64. 2016-01-26 14:45:13 -08:00
zoneinfo Update timezone data to 2016a 2016-02-25 17:53:37 +00:00
Android.bp Update Android.bp with getdomainname 2016-03-29 15:21:38 -07:00
Android.mk Tell GCC that sometimes we have to build deprecated functions. 2016-04-01 10:25:52 -07:00
crt.mk Tell kati about generated dependencies around crt 2016-01-28 19:39:50 +09:00
libc.arm.brillo.map Add hasmntopt(3) 2016-03-25 14:16:58 -07:00
libc.arm.map Add hasmntopt(3) 2016-03-25 14:16:58 -07:00
libc.arm64.map Add hasmntopt(3) 2016-03-25 14:16:58 -07:00
libc.map.txt Add hasmntopt(3) 2016-03-25 14:16:58 -07:00
libc.mips.brillo.map Add hasmntopt(3) 2016-03-25 14:16:58 -07:00
libc.mips.map Add hasmntopt(3) 2016-03-25 14:16:58 -07:00
libc.mips64.map Add hasmntopt(3) 2016-03-25 14:16:58 -07:00
libc.x86.brillo.map Add hasmntopt(3) 2016-03-25 14:16:58 -07:00
libc.x86.map Add hasmntopt(3) 2016-03-25 14:16:58 -07:00
libc.x86_64.map Add hasmntopt(3) 2016-03-25 14:16:58 -07:00
MODULE_LICENSE_BSD
NOTICE Update NOTICE files. 2016-02-08 17:00:12 -08:00
SYSCALLS.TXT Add {get,set}domainname(2) 2016-03-25 14:16:58 -07:00
version_script.txt Revert "Fix volantis boot." 2015-05-08 09:36:03 -07:00