LibC: Do not include errno.h inside unistd.h

POSIX does not mandate this, therefore let's not do it.
This commit is contained in:
Jean-Baptiste Boric 2021-05-14 16:32:57 +02:00 committed by Andreas Kling
commit e16894af5a
Notes: sideshowbarker 2024-07-18 18:08:40 +09:00
32 changed files with 31 additions and 3 deletions

View file

@ -6,6 +6,7 @@
#include <LibPthread/pthread.h>
#include <LibTest/TestCase.h>
#include <errno.h>
#include <unistd.h>
TEST_CASE(spin_init_process_scope)