mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Use fcntl.h instead of sys/fcntl.h; use h2py.py from Tools/scripts
This commit is contained in:
parent
d44e0c3ace
commit
47347f0425
2 changed files with 8 additions and 8 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue