Support priority inheritance mutex in 64bit programs.
Bug: http://b/29177606
Test: run bionic-unit-tests on walleye.
Test: run bionic-unit-tests-glibc on host.
Change-Id: Iac349284aa73515f384e7509445f87434757f59e
diff --git a/libc/libc.x86.map b/libc/libc.x86.map
index 27b9743..b0b4b16 100644
--- a/libc/libc.x86.map
+++ b/libc/libc.x86.map
@@ -1354,6 +1354,8 @@
posix_spawnp;
pthread_attr_getinheritsched;
pthread_attr_setinheritsched;
+ pthread_mutexattr_getprotocol;
+ pthread_mutexattr_setprotocol;
pthread_setschedprio;
sethostent;
setnetent;