diff options
author | Roland McGrath <roland@gnu.org> | 2002-10-11 12:03:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-10-11 12:03:29 +0000 |
commit | 1077a5f2d3b1b649821df347840277387a32c75f (patch) | |
tree | dc4d80ccfea9430d7e33c7976fc8f6cb5f054642 /ChangeLog | |
parent | 3021e36d989d96ddb46e4f98da3dc91eddcf725d (diff) | |
download | glibc-1077a5f2d3b1b649821df347840277387a32c75f.tar.gz |
* sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER): Add
missing labels and ; from last change.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2002-10-11 Roland McGrath <roland@redhat.com> + * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER): Add + missing labels and ; from last change. + * stdio-common/tst-sscanf.c (val_double): Append .0 to large whole number literals, so they are doubles instead of ints. |