mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 13:47:46 +00:00
LibC: Move mman.h to sys/mman.h
POSIX mandates that it is placed there.
This commit is contained in:
parent
e16894af5a
commit
eecf7a2097
10 changed files with 45 additions and 54 deletions
|
@ -16,7 +16,6 @@ set(LIBC_SOURCES
|
|||
link.cpp
|
||||
locale.cpp
|
||||
malloc.cpp
|
||||
mman.cpp
|
||||
mntent.cpp
|
||||
net.cpp
|
||||
netdb.cpp
|
||||
|
@ -40,6 +39,7 @@ set(LIBC_SOURCES
|
|||
strings.cpp
|
||||
stubs.cpp
|
||||
syslog.cpp
|
||||
sys/mman.cpp
|
||||
sys/prctl.cpp
|
||||
sys/ptrace.cpp
|
||||
sys/select.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue