[LIBC] Clarify namespace of `thread_exit` in `pthread_exit`
authorNoah Goldstein <goldstein.w.n@gmail.com>
Fri, 14 Apr 2023 17:33:59 +0000 (12:33 -0500)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Fri, 14 Apr 2023 18:14:16 +0000 (13:14 -0500)
commit442b0d9db4df4913b3e21dad30b21746964f8e1a
treea3da0c5b71b738b0e7cf1b9f2f0892646e9d9abe
parent40e356d67fb258ab6c3b8f6bedea3982f93e0b57
[LIBC] Clarify namespace of `thread_exit` in `pthread_exit`

Just add `__llvm_libc::` to makes things clearer.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D148292
libc/src/pthread/pthread_exit.cpp