Ignore pthread_getconcurrency/pthread_setconcurrency.

They're marked obsolescent in POSIX, don't clearly mean anything, aren't
portable because the values don't mean anything, and are no-ops in other
C libraries that do "implement" them.

Bug: N/A
Test: N/A
Change-Id: I07342a0a6a5f6616a8432bfea24ed944c7971d27
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