There are a number of POSIX APIs we currently call under OS_FUCHSIA, mostly via implicitly inheriting from OS_POSIX. The Fuchsia SDK will omit these APIs in future, in favour of (re-)introducing POSIX-compatible APIs as and when a real implementation exists. Affected APIs include:
getpriority
pathconf
pthread_getschedparam
pthread_kill
pthread_mutexattr_setprotocol
pthread_setschedparam
setpriority
We should remove calls to these APIs in Chromium for OS_FUCHSIA, in favour of NOTIMPLEMENTED(), where appropriate, for now.
Comment 1 by w...@chromium.org
, Feb 5 2018