Skip to content

Commit 4b3f6d7

Browse files
committed
Fix #ifdef HAVE_LINKAT
1 parent 255ff13 commit 4b3f6d7

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
@@ -4448,7 +4448,7 @@ os_link_impl(PyObject *module, path_t *src, path_t *dst, int src_dir_fd,
44484448
#endif
44494449

44504450

4451-
#ifdef HAVE_LINK
4451+
#ifdef HAVE_LINKAT
44524452
/*[clinic input]
44534453
44544454
os.linkat

0 commit comments

Comments
 (0)