mirror of
https://github.com/mirror/make.git
synced 2025-01-21 01:30:30 +08:00
d33ff30145
Implement a fix for bug # 2169: too many OSs, even major OSs like Solaris, don't properly implement SA_RESTART: important system calls like stat() can still fail when SA_RESTART is set. So, forget the BROKEN_RESTART config check and get rid of atomic_stat() and atomic_readdir(), and implement permanent wrappers for EINTR checking on various system calls (stat(), fstat(), opendir(), and readdir() so far). |
||
---|---|---|
.. | ||
.cvsignore | ||
ChangeLog | ||
configure.bat | ||
COPYING.LIB | ||
fnmatch.c | ||
fnmatch.h | ||
glob.c | ||
glob.h | ||
Makefile.am | ||
Makefile.ami | ||
SCOPTIONS | ||
SMakefile |