File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33INCLUDE=" /NextDeveloper/Headers;/NextDeveloper/Headers/ansi;/NextDeveloper/Headers/bsd"
44export INCLUDE
55
6- python ../../Tools/scripts/h2py.py /usr/include/bsd/sys/fcntl.h
7- echo " Adding O_NDELAY and O_SYNC"
8- echo " O_NDELAY = FNDELAY" >> FCNTL.py
9- echo " O_SYNC = FSYNC" >> FCNTL.py
10- python ../../Tools/scripts/h2py.py /usr/include/bsd/sys/socket.h
116python ../../Tools/scripts/h2py.py -i ' (u_long)' /usr/include/bsd/netinet/in.h
Original file line number Diff line number Diff line change @@ -5,8 +5,5 @@ case `uname -sr` in
55 exit 1;;
66esac
77set -v
8- h2py < /usr/include/sys/fcntlcom.h > FCNTL.py
9- echo " O_ACCMODE = (O_RDONLY|O_WRONLY|O_RDWR)" >> FCNTL.py
10- h2py /usr/include/sys/socket.h
118h2py /usr/include/sys/wait.h
129h2py -i ' (u_long)' /usr/include/netinet/in.h
Original file line number Diff line number Diff line change @@ -5,8 +5,5 @@ case `uname -sr` in
55 exit 1;;
66esac
77set -v
8- h2py /usr/include/sys/fcntl.h
9- h2py /usr/include/sys/socket.h
108h2py -i ' (u_long)' /usr/include/netinet/in.h
11- h2py /usr/include/termios.h
129h2py /usr/include/sys/stropts.h
You can’t perform that action at this time.
0 commit comments