aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-05-10 08:39:58 +0000
committerUlrich Drepper <drepper@redhat.com>2003-05-10 08:39:58 +0000
commitd9997a45eeba745384e3591978186debd5883be7 (patch)
tree9a204e82d9dbdc451984f5e8e1801cf49940394d /ChangeLog
parentd067c97eb5c0d019608c51310d8f1bafecd77513 (diff)
downloadglibc-d9997a45eeba745384e3591978186debd5883be7.tar
glibc-d9997a45eeba745384e3591978186debd5883be7.tar.gz
glibc-d9997a45eeba745384e3591978186debd5883be7.tar.bz2
glibc-d9997a45eeba745384e3591978186debd5883be7.zip
Update.
2003-05-09 Thorsten Kukuk <kukuk@suse.de> * sysdeps/unix/sysv/linux/netinet/igmp.h: Don't include kernel headers, add defines from kernel header, move it from here... * inet/netinet/igmp.h: ... to here. * inet/Makefile (headers): Add netinet/igmp.h. * sysdeps/unix/sysv/linux/Makefile: Remove netinet/igmp.h. * sysdeps/unix/sysv/linux/Dist: Remove netinet/igmp.h. 2003-05-10 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/lio_listio64.c (lio_listio64): If SIG == NULL, use dummy sigevent structure with SIGEV_NONE [PR libc/5015]. 2003-05-09 Thorsten Kukuk <kukuk@suse.de> * libio/bits/stdio.h: Sync prototypes with libio/stdio.h (remove __THROW from possible cancellation points).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 880ed65ed9..a695b28374 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2003-05-09 Thorsten Kukuk <kukuk@suse.de>
+
+ * sysdeps/unix/sysv/linux/netinet/igmp.h: Don't include kernel
+ headers, add defines from kernel header, move it from here...
+ * inet/netinet/igmp.h: ... to here.
+ * inet/Makefile (headers): Add netinet/igmp.h.
+ * sysdeps/unix/sysv/linux/Makefile: Remove netinet/igmp.h.
+ * sysdeps/unix/sysv/linux/Dist: Remove netinet/igmp.h.
+
+2003-05-10 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/pthread/lio_listio64.c (lio_listio64): If SIG == NULL,
+ use dummy sigevent structure with SIGEV_NONE [PR libc/5015].
+
+2003-05-09 Thorsten Kukuk <kukuk@suse.de>
+
+ * libio/bits/stdio.h: Sync prototypes with libio/stdio.h
+ (remove __THROW from possible cancellation points).
+
2003-05-10 Ulrich Drepper <drepper@redhat.com>
* posix/sched.h (CPU_SETSIZE): Define.