Comment 7 for bug 1699987

Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

Hi Steve,

the error message chagned from:
    ptrace.c:92:14: error: ‘PTRACE_GETREGS’ undeclared (first use in this function)

To:
    readdir.c:45:14: error: ‘SYS_getdents’ undeclared (first use in this function)

Looks like we need more patches for that.
Thanks.