diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-27 22:01:34 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-27 22:01:34 +0100 |
commit | f817775364018856379b9475efd7b4345db66dc6 (patch) | |
tree | 75d6c66838ae7cf5511d9cc0aefc5a0fe49de33a /ChangeLog | |
parent | 06fac9f50335a5669672c4ac9ca93e5f43288822 (diff) | |
download | glibc-f817775364018856379b9475efd7b4345db66dc6.zip glibc-f817775364018856379b9475efd7b4345db66dc6.tar.gz glibc-f817775364018856379b9475efd7b4345db66dc6.tar.bz2 |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ MACH_IPC_COMPAT. * sysdeps/mach/hurd/dl-sysdep.c (_exit): Call LOSE and abort() if __task_terminate would ever return successfully. + * sysdeps/mach/hurd/profil.c (special_profil_failure): Move variable + to global scope. 2018-01-27 James Clarke <jrtc27@jrtc27.com> |