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

cmd/sort: Rename kcmp to Kcmp to fix FreeBSD compile error #655

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 12, 2024

  1. cmd/sort: Rename kcmp to Kcmp to fix FreeBSD compile error

    FreeBSD 14.1 introduced the kcmp(2) system call, which is declaired
    in unistd.h.
    
    This symbol colides with the kcmp function which is local to sort.c
    and results in a compile time error.
    
    Rename kcmp to Kcmp to prevent symbol name collision.
    alexkapshuk committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a71cf1b View commit details
    Browse the repository at this point in the history