Searched refs:sticky_errno (Results 1 – 1 of 1) sorted by relevance
619 int sticky_errno = 0; in JDK_execvpe() local646 sticky_errno = errno; in JDK_execvpe()667 if (sticky_errno != 0) in JDK_execvpe()668 errno = sticky_errno; in JDK_execvpe()