Kenneth Myhra
54435dea59
LibC: Add stubs for 'removexattr()' and friends
...
This add stubs for 'removexattr()', 'lremovexattr()', and
'fremovexattr()'.
These are needed by GLib version 2.73.3.
2022-08-28 15:42:14 +01:00
Emily Trau
abc150085f
LibC: Add missing sys/cdefs.h include
...
Some header files use __BEGIN_DECLS without including sys/cdefs.h.
This causes issues for C code that compiles against these headers,
which may occur with Ports.
2022-08-23 19:07:12 +01:00
Idan Horowitz
086969277e
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
Tim Schumacher
7af7fc8c16
Everywhere: Fix more Copyright header inconsistencies
2021-10-04 11:10:09 +01:00
Kenneth Myhra
f8d27303d0
LibC: Add stubs for several functions in xattr.h
...
The following functions are stubbed out:
- getxattr
- lgetxattr
- fgetxattr
- setxattr
- lsetxattr
- fsetxattr
- listxattr
- llistxattr
- flistxattr
2021-08-14 22:32:00 +01:00