Merge "Ignore pthread_getconcurrency/pthread_setconcurrency."
diff --git a/docs/status.md b/docs/status.md
index 55272f2..54d4c92 100644
--- a/docs/status.md
+++ b/docs/status.md
@@ -82,7 +82,6 @@
pthread_attr_getinheritsched
pthread_attr_setinheritsched
pthread_cancel
-pthread_getconcurrency
pthread_mutex_consistent
pthread_mutex_getprioceiling
pthread_mutex_setprioceiling
@@ -94,7 +93,6 @@
pthread_mutexattr_setrobust
pthread_setcancelstate
pthread_setcanceltype
-pthread_setconcurrency
pthread_setschedprio
pthread_testcancel
sethostent
diff --git a/libc/tools/check-symbols-glibc.py b/libc/tools/check-symbols-glibc.py
index 7ede2e6..7657925 100755
--- a/libc/tools/check-symbols-glibc.py
+++ b/libc/tools/check-symbols-glibc.py
@@ -209,6 +209,8 @@
'mq_timedreceive', # disallowed by SELinux
'mq_timedsend', # disallowed by SELinux
'mq_unlink', # disallowed by SELinux
+ 'pthread_getconcurrency', # marked obsolescent
+ 'pthread_setconcurrency', # marked obsolescent
'putmsg', # obsolete
'putpmsg', # obsolete
'pututxline', # no utmp on Android