[libc][Obvious] Fix thrd_join's first arg.
authorSiva Chandra Reddy <sivachandra@google.com>
Thu, 11 Aug 2022 19:13:12 +0000 (19:13 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Thu, 11 Aug 2022 19:18:11 +0000 (19:18 +0000)
commit57afb48057433cdd9f420efe208329a64adea352
tree648734cebdb7e54ce03aab2433e6ab497980f643
parent6ef223c041f1564098b73f173bd2ed4379c6a766
[libc][Obvious] Fix thrd_join's first arg.

First argument to thrd_join was incorrectly listed as a pointer
to a thrd_t value. It should instead be a thrd_t value argument.
libc/spec/stdc.td
libc/src/threads/thrd_join.cpp
libc/src/threads/thrd_join.h
libc/test/integration/src/threads/call_once_test.cpp
libc/test/integration/src/threads/cnd_test.cpp
libc/test/integration/src/threads/mtx_test.cpp
libc/test/integration/src/threads/thrd_equal_test.cpp
libc/test/integration/src/threads/thrd_exit_test.cpp
libc/test/integration/src/threads/thrd_test.cpp