nelhage / reptyr

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

Powerpc fix #139

Closed ebroder closed 2 years ago

ebroder commented 2 years ago

Fixes #138.

nelhage commented 2 years ago

Good find. It looks like NR_socket should be standard -- it's in the generic syscalls list -- so socketcall is in fact the weird one and we probably won't ever encounter a 64-bit platform that requires it.