diff options
author | Roland McGrath <roland@gnu.org> | 2002-11-03 03:47:57 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-11-03 03:47:57 +0000 |
commit | c213fe9c7dc7852784fd5303506072a9d01b8d12 (patch) | |
tree | d86eca4c8ec5dd519d4d8fb87d64c9cf696d5dd3 /ChangeLog | |
parent | cd180b205f92263a6dc6d87be56e73c910259af4 (diff) | |
download | glibc-c213fe9c7dc7852784fd5303506072a9d01b8d12.tar.gz glibc-c213fe9c7dc7852784fd5303506072a9d01b8d12.tar.xz glibc-c213fe9c7dc7852784fd5303506072a9d01b8d12.zip |
* sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use union type for
pointers that can alias. Reported by Daniel Jacobowitz <drow@mvista.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 26dcd78a3c..cf31c4f3ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-11-02 Roland McGrath <roland@redhat.com> + * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use union type for + pointers that can alias. + Reported by Daniel Jacobowitz <drow@mvista.com>. + * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: New file. 2002-11-02 Roland McGrath <roland@redhat.com> |