Skip to content

Commit ee54ca2

Browse files
committed
Run make clinic
1 parent d62d702 commit ee54ca2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Modules/clinic/posixmodule.c.h

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/posixmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4465,7 +4465,7 @@ Create a hard link to a file with flags.
44654465
static PyObject *
44664466
os_linkat_impl(PyObject *module, int src_dir_fd, path_t *src_path,
44674467
int dst_dir_fd, path_t *dst_path, int flags)
4468-
/*[clinic end generated code: output=8582ba3975d7ac3f input=f9b7d4b37ce271ef]*/
4468+
/*[clinic end generated code: output=8582ba3975d7ac3f input=82fe7b9292aa5e10]*/
44694469
{
44704470
if (PySys_Audit("os.linkat", "iOiOi",
44714471
src_dir_fd, src_path->object,

0 commit comments

Comments
 (0)