Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix x32 syscall arch.h timespec fixup code | rofl0r | 2014-02-23 | 1 | -53/+49 |
| | | | | | | | | it's legal to call the __syscall functions with more arguments than necessary, and the __syscall_cp cancel dummy impl. does just that. thus we must insert the switch for all possible syscalls numbers into all of the syscallN inline functions. | ||||
* | mostly-cosmetic fixups to x32 port merge | Rich Felker | 2014-02-23 | 1 | -1/+1 |
| | |||||
* | x32 port (diff against vanilla x86_64) | rofl0r | 2014-02-23 | 1 | -17/+76 |
| | |||||
* | import vanilla x86_64 code as x32 | rofl0r | 2014-02-23 | 1 | -0/+62 |