• Dmitry Safonov's avatar
    cr-dump: add compel/ptrace.h include · a9c99c09
    Dmitry Safonov authored
    Need in PTRACE_PEEKSIGINFO declarations:
    criu/cr-dump.c: In function ‘dump_signal_queue’:
    criu/cr-dump.c:901:16: error: ‘PTRACE_PEEKSIGINFO_SHARED’ undeclared (first use in this function)
       arg.flags |= PTRACE_PEEKSIGINFO_SHARED;
                    ^
    criu/cr-dump.c:901:16: note: each undeclared identifier is reported only once for each function it appears in
    criu/cr-dump.c:920:21: error: ‘PTRACE_PEEKSIGINFO’ undeclared (first use in this function)
       nr = ret = ptrace(PTRACE_PEEKSIGINFO, tid, &arg, si);
                         ^
    
    Can be squashed with commit 638b0c2f11e1 ("compel: Move in parasite
    engine").
    
    Cc: Cyrill Gorcunov <gorcunov@openvz.org>
    Signed-off-by: 's avatarDmitry Safonov <dsafonov@virtuozzo.com>
    Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
    Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
    a9c99c09
Name
Last commit
Last update
Documentation Loading commit data...
compel Loading commit data...
contrib Loading commit data...
coredump Loading commit data...
crit Loading commit data...
criu Loading commit data...
images Loading commit data...
include/common Loading commit data...
lib Loading commit data...
scripts Loading commit data...
soccr Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
.mailmap Loading commit data...
.travis.yml Loading commit data...
COPYING Loading commit data...
CREDITS Loading commit data...
INSTALL.md Loading commit data...
Makefile Loading commit data...
Makefile.compel Loading commit data...
Makefile.config Loading commit data...
Makefile.install Loading commit data...
Makefile.versions Loading commit data...
README.md Loading commit data...