summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-27 22:01:34 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-27 22:01:34 +0100
commitf817775364018856379b9475efd7b4345db66dc6 (patch)
tree75d6c66838ae7cf5511d9cc0aefc5a0fe49de33a /ChangeLog
parent06fac9f50335a5669672c4ac9ca93e5f43288822 (diff)
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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5dd9e9fcb6..5e62415607 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>