libc: add missing header for qemu port

This commit is contained in:
Alexander Boettcher 2024-06-19 11:11:13 +02:00 committed by Christian Helmuth
parent acf1488e65
commit b5a074dba1
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
1c613242c0e6276b1495773990cd952108f11072
ec685e91ee80735b4a067fea4582aa7f5d06c192

View File

@ -129,7 +129,8 @@ DIR_CONTENT(include/libc/sys) := \
utsname.h elf.h mtio.h _stdint.h atomic_common.h _ucontext.h \
_cpuset.h _bitset.h bitset.h _stdarg.h _uio.h auxv.h random.h \
_sockaddr_storage.h termios.h _termios.h _umtx.h kerneldump.h \
conf.h disk_zone.h counter.h soundcard.h pciio.h timex.h)
conf.h disk_zone.h counter.h soundcard.h pciio.h timex.h \
cdio.h sched.h thr.h)
DIRS += include/libc/sys/disk
DIR_CONTENT(include/libc/sys/disk) := $(D)/sys/sys/disk/*h