From 7509f454d2351e8ea6ee158637bb16deb9f904bc Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 4 Oct 2012 00:23:35 -0700 Subject: [PATCH] Move ChangeLog entry to proper file. --- ChangeLog | 11 ----------- src/ChangeLog | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index aa93dc4079b..90b57c4c3da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,17 +9,6 @@ * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib. * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. - Port timers to OpenBSD, plus check for timer failures. - OpenBSD problem reported by Han Boetes. - * profiler.c (setup_cpu_timer): Check for failure of timer_settime - and/or setitimer. - (Fprofiler_cpu_stop): Don't assume HAVE_SETITIMER. - * syssignal.h (HAVE_ITIMERSPEC): New macro. This is for platforms - like OpenBSD, which has timer_settime but does not declare it. - OpenBSD does not define SIGEV_SIGNAL, so use that when deciding - whether to use itimerspec-related primitives. All uses of - HAVE_TIMER_SETTIME replaced with HAVE_ITIMERSPEC. - 2012-09-30 Paul Eggert Merge from gnulib, incorporating: diff --git a/src/ChangeLog b/src/ChangeLog index 744376b0efd..9790ff7d0d1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -4,6 +4,17 @@ to avoid similar races. * keyboard.c (pending_signals): Now bool, not int. + Port timers to OpenBSD, plus check for timer failures. + OpenBSD problem reported by Han Boetes. + * profiler.c (setup_cpu_timer): Check for failure of timer_settime + and/or setitimer. + (Fprofiler_cpu_stop): Don't assume HAVE_SETITIMER. + * syssignal.h (HAVE_ITIMERSPEC): New macro. This is for platforms + like OpenBSD, which has timer_settime but does not declare it. + OpenBSD does not define SIGEV_SIGNAL, so use that when deciding + whether to use itimerspec-related primitives. All uses of + HAVE_TIMER_SETTIME replaced with HAVE_ITIMERSPEC. + 2012-10-02 Paul Eggert * profiler.c (handle_profiler_signal): Fix a malloc race -- 2.39.5