Skip to content

Commit 95f55e3

Browse files
Enable linkat().
1 parent d2f233b commit 95f55e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/posixmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ extern char *ctermid_r(char *);
427427
/* Something to implement in autoconf, not present in autoconf 2.69 */
428428
# define HAVE_STRUCT_STAT_ST_FSTYPE 1
429429
#endif
430-
#undef HAVE_LINKAT
430+
431431

432432
// --- Apple __builtin_available() macros -----------------------------------
433433

0 commit comments

Comments
 (0)