New versions generated on a Linux 2.x system by AMK

This commit is contained in:
Guido van Rossum 1996-07-22 23:46:00 +00:00
parent c7c5e697c3
commit 54afb3bf60
8 changed files with 430 additions and 164 deletions

View file

@ -35,12 +35,18 @@ def __STRING(x): return "x"
# Included from sys/types.h
# Included from linux/types.h
__FD_SETSIZE = 256
# Included from asm/types.h
# Included from linux/posix_types.h
__FD_SETSIZE = 1024
def __FDELT(d): return ((d) / __NFDBITS)
# Included from asm/posix_types.h
def __FD_ZERO(fdsetp): return \
# Included from asm/types.h
# Included from sys/bitypes.h
# Included from gnu/types.h
@ -94,6 +100,7 @@ LOCK_NB = 4
LOCK_UN = 8
F_POSIX = 1
F_FLOCK = 2
F_BROKEN = 4
FNDELAY = O_NDELAY
F_ULOCK = 0
F_LOCK = 1