phongn opened a new pull request, #10867: URL: https://github.com/apache/trafficserver/pull/10867
We define two constants, `POSIX_THREAD` and `POSIX_THREAD_10031c` that appear to be old legacy code and predates the project move to git. They are essentially hardcoded at this point. This PR removes them. To replace them with semantically meaningful changes, we check for `pthread_mutexattr_setpshared` and set `HAVE_PTHREAD_MUTEXATTR_SETPSHARED`. This also fixes an autoconf-to-CMake bug wherein `HAVE_PTHREAD_MUTEXATTR_SETPSHARED` was not migrated over. -- 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: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org