profil-counter: Add missing SIGINFO case
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 21 Dec 2020 01:02:47 +0000 (02:02 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 21 Dec 2020 01:08:33 +0000 (02:08 +0100)
commit53432762ac2ff24794089e2c767b976e54c2dc0a
treec8a05321d4ae422db86c0ba5fbdd5e9d92a5cde9
parentd865ff74ba096d016c9b1542a4e3d305169c9e55
profil-counter: Add missing SIGINFO case

When SA_SIGINFO is available, sysdeps/posix/s?profil.c use it, so we have to
fix the __profil_counter function accordingly, using sigcontextinfo.h's
sigcontext_get_pc.
sysdeps/generic/profil-counter.h