nelhage / reptyr

Reparent a running program to a new terminal
MIT License
5.82k stars 215 forks source link

Can't build current master on x86 #43

Closed vi closed 10 years ago

vi commented 10 years ago
In file included from ptrace.c:97:0:
arch/default-syscalls.h:30:1: error: '__NR_socket' undeclared here (not in a function)
arch/default-syscalls.h:31:1: error: '__NR_connect' undeclared here (not in a function)
arch/default-syscalls.h:32:1: error: '__NR_sendmsg' undeclared here (not in a function)

I don't expect i386 to have all these syscalls, there is socketcall instead.

Building for amd64 works fine.