diff --git a/Userland/Libraries/LibC/CMakeLists.txt b/Userland/Libraries/LibC/CMakeLists.txt index 746f25409bf..742b1bf70d7 100644 --- a/Userland/Libraries/LibC/CMakeLists.txt +++ b/Userland/Libraries/LibC/CMakeLists.txt @@ -44,7 +44,6 @@ set(LIBC_SOURCES string.cpp strings.cpp stubs.cpp - syslog.cpp sys/auxv.cpp sys/file.cpp sys/mman.cpp @@ -52,10 +51,11 @@ set(LIBC_SOURCES sys/ptrace.cpp sys/select.cpp sys/socket.cpp + sys/statvfs.cpp sys/uio.cpp sys/wait.cpp - sys/statvfs.cpp sys/xattr.cpp + syslog.cpp termcap.cpp termios.cpp time.cpp