phongn opened a new pull request, #10863: URL: https://github.com/apache/trafficserver/pull/10863
Commit https://github.com/apache/trafficserver/commit/26c408071d6a559bfb30da8a67854a4e888cfb71 attempted to replace some FreeBSD pthread function checks with function checking. This was reverted in https://github.com/apache/trafficserver/commit/012df52981084d3cd82d1e8aa87074683dd22594 as feature detection should be done via autoconf (or now, CMake). However, every remotely recent version of FreeBSD has the pthread functions in question. There seems to be no reason to bother to check for `pthread_cancel` or `pthread_getschedparam`. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
