We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4be526 commit 80128e3Copy full SHA for 80128e3
1 file changed
Modules/posixmodule.c
@@ -573,7 +573,11 @@ extern char *ctermid_r(char *);
573
# define HAVE_FACCESSAT_RUNTIME 1
574
# define HAVE_FCHMODAT_RUNTIME 1
575
# define HAVE_FCHOWNAT_RUNTIME 1
576
+#ifdef __wasi__
577
+# define HAVE_LINKAT_RUNTIME 0
578
+# else
579
# define HAVE_LINKAT_RUNTIME 1
580
+# endif
581
# define HAVE_FDOPENDIR_RUNTIME 1
582
# define HAVE_MKDIRAT_RUNTIME 1
583
# define HAVE_RENAMEAT_RUNTIME 1
0 commit comments