Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixup: dfsv2: aligned proto of seq_file_lseek to manual #9447

Merged
merged 1 commit into from
Sep 14, 2024

Commits on Sep 14, 2024

  1. fixup: dfsv2: seq: aligned proto of lseek to manual

    In manual, the prototype of lseek is
    
    `off_t lseek(int fd, off_t offset, int whence);`
    
    where the return type is `off_t` but not ssize_t.
    
    Signed-off-by: Shell <[email protected]>
    polarvid committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    bf3187b View commit details
    Browse the repository at this point in the history