[Libre-soc-bugs] [Bug 982] Support PowerPC ABI in ISACaller

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Fri Sep 15 23:06:52 BST 2023


https://bugs.libre-soc.org/show_bug.cgi?id=982

--- Comment #24 from Jacob Lifshay <programmerjake at gmail.com> ---
(In reply to Luke Kenneth Casson Leighton from comment #23)
> note that the header is:
>     ssize_t write(int fd, const void buf[.count], size_t count);

on my computer that's (imho easier to read since it doesn't use obscure C
features):

ssize_t write(int fd, const void *buf, size_t count);

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list