We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sys_xattr
1 parent fb0a1b9 commit 22817ccCopy full SHA for 22817cc
stdlib/public/Platform/SwiftAndroidNDK.h
@@ -143,6 +143,7 @@
143
#include <sys/user.h>
144
#include <sys/utsname.h>
145
#include <sys/wait.h>
146
+#include <sys/xattr.h>
147
148
#include <android/api-level.h>
149
#include <android/asset_manager_jni.h>
stdlib/public/Platform/android.modulemap
@@ -282,6 +282,10 @@ module posix_filesystem [system] {
282
header "sys/uio.h"
283
export *
284
}
285
+ explicit module sys_xattr {
286
+ header "sys/xattr.h"
287
+ export *
288
+ }
289
290
291
module dl [system] {
0 commit comments