xref: /original-bsd/sys/hp/hpux/README (revision 58b1b499)
1
2The HP-UX compatibility code still needs to be converted to the new
3syscall argument access/description method.  Since the new method is binary
4compatible with the old method, it is possible to "sleaze" a solution by
5having makesyscalls.sh just use (nargs * 4) as the syscall argsize and not
6changing the emulation code.  While this works, it's ugly and should be
7cleaned up eventually.
8