Kaydet (Commit) d5753e15 authored tarafından Guido van Rossum's avatar Guido van Rossum

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

before it reveals the needed definitions in sys/statvfs.h.
üst eba24bb9
......@@ -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__[] =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment