System calls and 64-bit architectures
System calls and 64-bit architectures
Posted Dec 18, 2008 5:22 UTC (Thu) by kbob (guest, #1770)Parent article: System calls and 64-bit architectures
This doesn't seem like a kernel issue. If gcc can't call a function whose fourth argument is an int64_t, then either gcc or that platform's ABI is broken.
Posted Dec 18, 2008 5:58 UTC (Thu)
by quotemstr (subscriber, #45331)
[Link]
System calls and 64-bit architectures
syscall calling convention is not the platform's stdcall.