[musl + libcxx][PATCH] remove `static` from declarations

Hi,

libcxx fails to build with LIBCXX_HAS_MUSL_LIBC=ON:
complains about static declarations. Removing it
helps. Is it valid? Patch attached. In case it
is, should I send it to Phabricator?

Thanks!

[Please CC me]

musl-xlocale.patch (1.43 KB)

Looks like a good fix to me. Send it to phab.

Eric Fiselier wrote:

Looks like a good fix to me. Send it to phab.

Thanks, done. A quick question: does simply sending
an email to any of the -commits lists with a patch
(inline) attached work or Arcanist/Phabricator has
to be used?