20kdc commented on PR #174:
URL: https://github.com/apache/openoffice/pull/174#issuecomment-1474808939

   Oddly, `__USE_UNIX98` is not defined here. `__USE_XOPEN2K8` however is.
   Plus, `#if !defined(__USE_XOPEN2K8)` presumably ensures this won't 
deactivate until systems >= 2008, which is definitely long enough that any 
systems that define `__USE_UNIX98` but don't have `PTHREAD_MUTEX_RECURSIVE` 
won't get caught up in all this.
   I'll revise the commit accordingly.


-- 
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: dev-unsubscr...@openoffice.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to