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

Make sys_lseek return offset location #1355

Merged
merged 1 commit into from
Jan 21, 2019
Merged

Make sys_lseek return offset location #1355

merged 1 commit into from
Jan 21, 2019

Commits on Jan 17, 2019

  1. Make sys_lseek return offset location

    Per the [man page](http://man7.org/linux/man-pages/man2/lseek.2.html#RETURN_VALUE), `lseek` should return the offset location as measured in bytes from the beginning of the file.
    ehennenfent committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    f124f18 View commit details
    Browse the repository at this point in the history