1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 07:27:45 +00:00

LibC: Remove stubbed out xattr.h and xattr.cpp

Serenity does not support extended attributes (xattr) and the only port
that needed those were the GLib port. The GLib port has now been updated
to compiled without xattr support.
This commit is contained in:
Kenneth Myhra 2022-10-03 21:40:34 +02:00 committed by Linus Groh
parent 8989482293
commit 1464ce6fbb
3 changed files with 0 additions and 113 deletions

View file

@ -62,7 +62,6 @@ set(LIBC_SOURCES
sys/statvfs.cpp
sys/uio.cpp
sys/wait.cpp
sys/xattr.cpp
syslog.cpp
termcap.cpp
termios.cpp