diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2008-06-10 22:18:44 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2008-06-10 22:18:44 +0000 |
commit | 5e8254de24c263322968a8925d4ae111feca4c9e (patch) | |
tree | 14fef52005cae64973988478869d3932bf067f50 /exec/ChangeLog | |
parent | 68b00fd1be95b3ee5f962bf7d624c61875d8db86 (diff) |
* elfcore.c (TIME_VALUE_TO_TIMESPEC): Completely implement instead of
casting `time_value *' into `struct timeval *'.
(dump_core): Reimplement timeradd instead of casting `time_value *'
into `struct timeval *'.
Diffstat (limited to 'exec/ChangeLog')
-rw-r--r-- | exec/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/exec/ChangeLog b/exec/ChangeLog index 4a36825d..5a0ad1d4 100644 --- a/exec/ChangeLog +++ b/exec/ChangeLog @@ -1,3 +1,10 @@ +2008-06-10 Samuel Thibault <samuel.thibault@ens-lyon.org> + + * elfcore.c (TIME_VALUE_TO_TIMESPEC): Completely implement instead of + casting `time_value *' into `struct timeval *'. + (dump_core): Reimplement timeradd instead of casting `time_value *' + into `struct timeval *'. + 2004-10-22 Roland McGrath <roland@frob.com> * exec.c (check_elf_phdr): Return early on setting ENOEXEC. |