You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@httpd.apache.org by GitBox <gi...@apache.org> on 2020/07/07 08:48:39 UTC

[GitHub] [httpd] notroj opened a new pull request #131: Check and use gettid() directly with glibc 2.30+.

notroj opened a new pull request #131:
URL: https://github.com/apache/httpd/pull/131


   ```
   * 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.
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@httpd.apache.org
For additional commands, e-mail: notifications-help@httpd.apache.org


[GitHub] [httpd] notroj closed pull request #131: Check and use gettid() directly with glibc 2.30+.

Posted by GitBox <gi...@apache.org>.
notroj closed pull request #131:
URL: https://github.com/apache/httpd/pull/131


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@httpd.apache.org
For additional commands, e-mail: notifications-help@httpd.apache.org


[GitHub] [httpd] notroj commented on pull request #131: Check and use gettid() directly with glibc 2.30+.

Posted by GitBox <gi...@apache.org>.
notroj commented on pull request #131:
URL: https://github.com/apache/httpd/pull/131#issuecomment-654868639


   Fixed in 33d99cf67f4bbdce86be0a0fdbb3d26f18e0f2a7


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@httpd.apache.org
For additional commands, e-mail: notifications-help@httpd.apache.org