]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Fri, 16 Apr 2004 21:48:43 +0000 (21:48 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 16 Apr 2004 21:48:43 +0000 (21:48 +0000)
ChangeLog

index f9f2973daa5eb951ea8d6117bd489ceb45719d80..3f4b2321aa8f13124f78b5d4dfba040341197cf0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2004-04-16  Roland McGrath  <roland@redhat.com>
+
+       * configure.ac: Check for <mqueue.h>.
+       * ipc.c (sys_mq_open, printmqattr) [! HAVE_MQUEUE_H]: Don't try to
+       decode struct mq_attr.
+
+       * linux/syscall.h: Support new mq_* syscalls on Linux.
+       * linux/syscallent.h: Likewise.
+       * linux/dummy.h: Likewise.
+       * ipc.c: Likewise.
+       * time.c (printsigevent): Handle SIGEV_THREAD.
+       From Ulrich Drepper <drepper@redhat.com>.
+       Fixes RH#120701.
+
 2004-04-13  Roland McGrath  <roland@redhat.com>
 
        * net.c (msg_flags): Grok MSG_FIX, MSG_SYN, MSG_RST, MSG_NOSIGNAL,