Skip to content
This repository was archived by the owner on Jun 16, 2018. It is now read-only.
This repository was archived by the owner on Jun 16, 2018. It is now read-only.

CLK_TCK backwards compatibility revisit #6

@DavidGriffith

Description

@DavidGriffith

The file xv-20091215-werner-fink-multiple-fixes.patch.mime addressed, among other things, switching away from using CLK_TCK to sysconf(_SC_CLK_TCK).

The patch number four uses the correct tick definition of the system instead of a hard defined value. In fact CLK_TCK isn't defined anymore on newer Linux systems as it now becomes variable at boot time.

Later on, I want to have the Makefile (or Autoconf) check to see if we should use sysconf(_SC_CLK_TCK) and if not, use the constant CLK_TCK.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions