mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
d3f042479a
In `support.c`, we employ `arch_prctl` to set the value of segment registers. However glibc, despite providing that function, doesn't provide its prototype in any header file. This commit declares it, according to the declaration provided in the man page.