Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Enable linkat().
  • Loading branch information
serhiy-storchaka committed Apr 14, 2025
commit 95f55e3192cde90fe34ce05fe0fcae9246a323ec
2 changes: 1 addition & 1 deletion Modules/posixmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ extern char *ctermid_r(char *);
/* Something to implement in autoconf, not present in autoconf 2.69 */
# define HAVE_STRUCT_STAT_ST_FSTYPE 1
#endif
#undef HAVE_LINKAT


// --- Apple __builtin_available() macros -----------------------------------

Expand Down
Loading