Portability fix for glob.h building in FreeBSD ports system.
commitac07394ff07ce3dd488814c6c9b733bedadb1bbb
authorpsmith <psmith>
Thu, 30 Jan 2003 05:22:52 +0000 (30 05:22 +0000)
committerpsmith <psmith>
Thu, 30 Jan 2003 05:22:52 +0000 (30 05:22 +0000)
treec20c463812b2def2a1e55e9d6eb80b4a6dd61096
parent3f649a6bc5efea5179125bd0f193ec45a818462d
Portability fix for glob.h building in FreeBSD ports system.

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).
12 files changed:
ChangeLog
arscan.c
commands.c
configure.in
dir.c
glob/ChangeLog
glob/glob.h
make.h
misc.c
read.c
remake.c
vpath.c