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

process: read AT_CLKTCK from the auxv #53

Merged
merged 1 commit into from
Jun 26, 2019
Merged

Commits on Jun 26, 2019

  1. process: read AT_CLKTCK from the auxv

    read AT_CLKTCK directly from the auxv vector, so it is possible to use
    psgo without requiring cgo.
    
    This is what internally sysconf does, although it doesn't use
    /proc/self/auxv but read directly from memory.
    
    Signed-off-by: Giuseppe Scrivano <[email protected]>
    giuseppe committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    9de501b View commit details
    Browse the repository at this point in the history