John DuBois tells us that SCO OpenServer 5.0 and later requires _SVID3

before it reveals the needed definitions in sys/statvfs.h.
This commit is contained in:
Guido van Rossum 1999-10-19 13:29:23 +00:00
parent eba24bb920
commit d5753e15e2

View file

@ -3058,6 +3058,11 @@ posix_WSTOPSIG(self, args)
#if defined(HAVE_FSTATVFS)
#ifdef _SCO_DS
/* SCO OpenServer 5.0 and later requires _SVID3 before it reveals the
needed definitions in sys/statvfs.h */
#define _SVID3
#endif
#include <sys/statvfs.h>
static char posix_fstatvfs__doc__[] =