LibC: Move mman.h to sys/mman.h

POSIX mandates that it is placed there.
This commit is contained in:
Jean-Baptiste Boric 2021-05-14 17:38:33 +02:00 committed by Andreas Kling
commit eecf7a2097
Notes: sideshowbarker 2024-07-18 18:08:36 +09:00
10 changed files with 45 additions and 54 deletions

View file

@ -16,7 +16,7 @@
#include <AK/Vector.h>
#include <LibC/bits/pthread_integration.h>
#include <LibC/link.h>
#include <LibC/mman.h>
#include <LibC/sys/mman.h>
#include <LibC/unistd.h>
#include <LibDl/dlfcn.h>
#include <LibDl/dlfcn_integration.h>