Skip to content
Merged
Show file tree
Hide file tree
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
Regen clinic
  • Loading branch information
erlend-aasland committed Aug 14, 2023
commit 0c57eef01eb9beeacf1aee9818d6bb8b7bc753da
19 changes: 14 additions & 5 deletions Modules/clinic/posixmodule.c.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Modules/posixmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -10439,7 +10439,7 @@ The return value is the number of bytes relative to the beginning of the file.

static Py_off_t
os_lseek_impl(PyObject *module, int fd, Py_off_t position, int how)
/*[clinic end generated code: output=971e1efb6b30bd2f input=902654ad3f96a6d3]*/
/*[clinic end generated code: output=971e1efb6b30bd2f input=0642ea3d1c708c40]*/
{
Py_off_t result;

Expand Down