Everywhere: Refer to pthread.h by its non-prefixed name

This removes a bit of noise from the following patches, where we will
move the `pthread.h` header out of the `LibPthread` directory.
This commit is contained in:
Tim Schumacher 2022-07-15 13:57:52 +02:00 committed by Linus Groh
commit e156f79f53
Notes: sideshowbarker 2024-07-17 08:48:09 +09:00
7 changed files with 7 additions and 7 deletions

View file

@ -4,9 +4,9 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <LibPthread/pthread.h>
#include <LibTest/TestCase.h>
#include <errno.h>
#include <pthread.h>
#include <unistd.h>
TEST_CASE(spin_init_process_scope)