]> git.ipfire.org Git - thirdparty/glibc.git/commit
hurd: fix warning
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 27 Jan 2018 21:01:34 +0000 (22:01 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 27 Jan 2018 21:01:34 +0000 (22:01 +0100)
commitf817775364018856379b9475efd7b4345db66dc6
tree75d6c66838ae7cf5511d9cc0aefc5a0fe49de33a
parent06fac9f50335a5669672c4ac9ca93e5f43288822
hurd: fix warning

Making `special_profil_failure' both avoids warning "variable
'special_profil_failure' set but not used", and makes it easier to
access with gdb.

* sysdeps/mach/hurd/profil.c (special_profil_failure): Move variable
to global scope.
ChangeLog
sysdeps/mach/hurd/profil.c