make inadvertently exposed __pthread_{timed,try}join_np functions static
authorRich Felker <dalias@aerifal.cx>
Thu, 6 Sep 2018 17:55:50 +0000 (13:55 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 12 Sep 2018 18:34:28 +0000 (14:34 -0400)
commit10bbbbf5c63085b84d683c2d597ba482d6dd07d9
treea8102ef6d0109f65cec6405ec76917675f5a359b
parentb5dbf4d424efdbe54daa939aae80d69c4244c023
make inadvertently exposed __pthread_{timed,try}join_np functions static

these exist for the sake of defining the corresponding weak public
aliases (for C11 and POSIX namespace conformance reasons). they are
not referenced by anything else in libc, so make them static.
src/thread/pthread_join.c