summaryrefslogtreecommitdiff
path: root/java/jdk13/files/patch-os_linux.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Make sure that all calls to pthread_mutex_trylock handle EDEADLK as wellGreg Lewis2004-11-281-0/+22
as EBUSY. These are taken from equivalent patches to jdk14 by green and myself.