mirror of https://github.com/python/cpython
Use fcntl.h instead of sys/fcntl.h; use h2py.py from Tools/scripts
This commit is contained in:
parent
d44e0c3ace
commit
47347f0425
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
set -v
|
||||
h2py /usr/include/sys/fcntl.h
|
||||
h2py /usr/include/sys/socket.h
|
||||
h2py -i '(u_long)' /usr/include/netinet/in.h
|
||||
h2py /usr/include/termios.h
|
||||
python ../../Tools/scripts/h2py.py /usr/include/fcntl.h
|
||||
python ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
|
||||
python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
|
||||
python ../../Tools/scripts/h2py.py /usr/include/termios.h
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
set -v
|
||||
h2py /usr/include/sys/fcntl.h
|
||||
h2py /usr/include/sys/socket.h
|
||||
h2py -i '(u_long)' /usr/include/netinet/in.h
|
||||
h2py /usr/include/termios.h
|
||||
python ../../Tools/scripts/h2py.py /usr/include/fcntl.h
|
||||
python ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
|
||||
python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
|
||||
python ../../Tools/scripts/h2py.py /usr/include/termios.h
|
||||
|
|
Loading…
Reference in New Issue