mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:37: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:
parent
8989482293
commit
1464ce6fbb
3 changed files with 0 additions and 113 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue