On Fri, Jun 2, 2017 at 8:37 PM, <wr...@apache.org> wrote: > Author: wrowe > Date: Fri Jun 2 18:37:33 2017 > New Revision: 1797416 > > URL: http://svn.apache.org/viewvc?rev=1797416&view=rev > Log: > On Windows, OS2 and BEOS, the singluar lock mechanisms were already compatible > with timed locks, so there is no delta between DEFAULT and DEFAULT_TIMED. > > Avoid prohibited API changes to typical OS lock information.
But these locks are also DEFAULT_TIMED, so a portable code (runnable on these or Unixes) which like to check DEFAULT_TIMED to know whether _timedlock() is available can't. How about DEFAULT_TIMED = DEFAULT as we discussed already?