• Paul Mackerras's avatar
    PPC32: Add the fadvise64_64 system call. · 5cb01d4a
    Paul Mackerras authored
    On PPC32 we reorder the arguments so they fit into 6 registers.  Glibc will
    need a two-line stub to change them from the standard order to the ordering
    used by the system call: (fd, advice, offset, len).
    5cb01d4a
misc.S 27 KB