mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Remove support for SunOS 4.
Remove BAD_EXEC_PROTOYPE (leftover from IRIX 4 demolition).
This commit is contained in:
parent
09de756726
commit
ce59c04127
11 changed files with 3 additions and 82 deletions
|
|
@ -39,11 +39,6 @@ my_getpagesize(void)
|
|||
#include <sys/mman.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#ifndef MS_SYNC
|
||||
/* This is missing e.g. on SunOS 4.1.4 */
|
||||
#define MS_SYNC 0
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_SYSCONF) && defined(_SC_PAGESIZE)
|
||||
static int
|
||||
my_getpagesize(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue