]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Wed, 6 Oct 2004 22:28:17 +0000 (22:28 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 6 Oct 2004 22:28:17 +0000 (22:28 +0000)
ChangeLog

index e72e8d527e6aafc72b92e2c1f563e34a6b6023f8..82ae373c1a390ff1473eefcbc7ced54646326b6b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-09-13  Ulrich Drepper <drepper@redhat.com>
+           Dmitry V. Levin <ldv@altlinux.org>
+
+       * time.c [LINUX] (print_rtc): New function, for printing rtc_time
+       structure.
+       [LINUX] (rtc_ioctl): New function, for parsing RTC_* ioctls.
+       * ioctl.c [LINUX] (ioctl_decode): Call rtc_ioctl.
+       * defs.h [LINUX]: Declare rtc_ioctl.
+       Fixes RH#58606.
+
 2004-10-06  Roland McGrath  <roland@redhat.com>
 
        * desc.c [LINUX] (sys_epoll_create, sys_epoll_ctl, sys_epoll_wait):