1 # Generated by h2py from /usr/include/sys/fcntl.h
3 # Included from fcntl.h
5 # Included from features.h
22 # Included from sys/cdefs.h
24 def __P(args
): return args
26 def __P(args
): return args
28 def __P(args
): return ()
30 def __STRING(x
): return #x
32 def __STRING(x
): return "x"
35 # Included from sys/types.h
37 # Included from linux/types.h
40 # Included from asm/types.h
41 def __FD_ZERO(fdsetp
): return \
44 # Included from sys/bitypes.h
46 # Included from gnu/types.h
49 def __FD_ZERO(fdsetp
): return \
52 def __FDELT(d
): return ((d
) / __NFDBITS
)
54 def __FDMASK(d
): return (1 << ((d
) % __NFDBITS
))
56 def __FD_ZERO(set): return \
59 # Included from linux/fcntl.h
61 # Included from asm/fcntl.h