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

Check for and use gettid() directly if available; glibc 2.30 and later #404

Closed
wants to merge 1 commit into from

Commits on Jan 31, 2024

  1. Check for and use gettid() directly if available; glibc 2.30 and later

    provides a wrapper for the system call:
    
    * configure.in: Check for gettid() and define HAVE_SYS_GETTID if
      gettid() is only usable via syscall().
    
    * server/log.c (log_tid): Use gettid() directly if available.
    
    git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879591 13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit 33d99cf)
    notroj committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    4ec4816 View commit details
    Browse the repository at this point in the history