aboutsummaryrefslogtreecommitdiffstats
path: root/libc/libc.x86.map
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-10-16 09:58:45 -0700
committerElliott Hughes <enh@google.com>2017-10-17 09:14:05 -0700
commitdff08ced5685a0d1adb0ef875a15caca99556e1e (patch)
tree9b84626d5a3f8dec14c36ad7a42221b0e11a6f5a /libc/libc.x86.map
parentbf886f621b7c5fb4f690fe182f42640410a32d5c (diff)
downloadandroid_bionic-dff08ced5685a0d1adb0ef875a15caca99556e1e.tar.gz
android_bionic-dff08ced5685a0d1adb0ef875a15caca99556e1e.tar.bz2
android_bionic-dff08ced5685a0d1adb0ef875a15caca99556e1e.zip
Add pthread_setschedprio.
Bug: http://b/26204555 Test: ran tests Change-Id: Ic34062b9b6036a1ce2642a069514bab48a893338
Diffstat (limited to 'libc/libc.x86.map')
-rw-r--r--libc/libc.x86.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/libc.x86.map b/libc/libc.x86.map
index 2b165cc52..f1308ea14 100644
--- a/libc/libc.x86.map
+++ b/libc/libc.x86.map
@@ -1344,6 +1344,7 @@ LIBC_P { # introduced=P
posix_spawn_file_actions_destroy;
posix_spawn_file_actions_init;
posix_spawnp;
+ pthread_setschedprio;
sethostent;
setnetent;
setprotoent;