Skip to content

Commit 175ef78

Browse files
committed
Platform: add sys_xattr module for Android
This module was left out from the modulariation pass. The declarations here are required for building swift-foundation for Android.
1 parent fb0a1b9 commit 175ef78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stdlib/public/Platform/android.modulemap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,10 @@ module posix_filesystem [system] {
282282
header "sys/uio.h"
283283
export *
284284
}
285+
explicit module sys_xattr {
286+
header "sys/xattr.h"
287+
export *
288+
}
285289
}
286290

287291
module dl [system] {

0 commit comments

Comments
 (0)