mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:57:36 +00:00
LibC: Add stubs for several functions in xattr.h
The following functions are stubbed out: - getxattr - lgetxattr - fgetxattr - setxattr - lsetxattr - fsetxattr - listxattr - llistxattr - flistxattr
This commit is contained in:
parent
04733ccb56
commit
f8d27303d0
3 changed files with 88 additions and 0 deletions
|
@ -51,6 +51,7 @@ set(LIBC_SOURCES
|
|||
sys/uio.cpp
|
||||
sys/wait.cpp
|
||||
sys/statvfs.cpp
|
||||
sys/xattr.cpp
|
||||
termcap.cpp
|
||||
termios.cpp
|
||||
time.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue