1
Fork 0
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:
Kenneth Myhra 2021-08-11 19:34:52 +02:00 committed by Linus Groh
parent 04733ccb56
commit f8d27303d0
3 changed files with 88 additions and 0 deletions

View file

@ -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