make-dfsg/glob
Paul Smith d33ff30145 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).
2003-01-30 05:22:52 +00:00
..
.cvsignore Fix HAVE_BROKEN_RESTART logic. 2002-09-11 16:55:44 +00:00
ChangeLog Portability fix for glob.h building in FreeBSD ports system. 2003-01-30 05:22:52 +00:00
configure.bat Changes for make 3.75.1 1997-04-07 07:21:16 +00:00
COPYING.LIB
fnmatch.c * Some configuration fixes. 1999-09-14 00:17:58 +00:00
fnmatch.h * Installed new versions of GLIBC glob library. 1999-07-22 04:20:14 +00:00
glob.c * Merge VMS patches by Hartmut Becker. 2000-01-22 05:43:03 +00:00
glob.h Portability fix for glob.h building in FreeBSD ports system. 2003-01-30 05:22:52 +00:00
Makefile.am Some updates for automake 1.7 and prep for releasing 3.80. 2002-10-03 05:46:12 +00:00
Makefile.ami GNU make release 3.77. 1998-07-30 20:54:47 +00:00
SCOPTIONS Updated from libc 1996-05-09 18:29:30 +00:00
SMakefile GNU make release 3.77. 1998-07-30 20:54:47 +00:00