LibC: Move ioctl to <sys/ioctl.h>

Some ports seem to be assuming that ioctl exists there and not in
stropts.h
This commit is contained in:
2024-08-09 16:54:30 +03:00
parent ed325b4a45
commit 0c8cae4cc3
4 changed files with 56 additions and 42 deletions

View File

@@ -19,8 +19,8 @@ set(LIBC_SOURCES
stdlib.cpp
string.cpp
strings.cpp
stropts.cpp
sys/banan-os.cpp
sys/ioctl.cpp
sys/mman.cpp
sys/select.cpp
sys/socket.cpp