diff options
author | J.H.M. Dassen <rdassen@redhat.com> | 2009-06-09 07:58:02 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-06-09 07:58:02 -0700 |
commit | 88ea382fda5af7717f85bb19837c9c99094f3df4 (patch) | |
tree | ebd3bdd3c608f9d5afd973bf37146e9c1364f615 /ChangeLog | |
parent | 5612e80b3a740ee14cd1c87e61f8047d86ed3c73 (diff) | |
download | glibc-88ea382fda5af7717f85bb19837c9c99094f3df4.zip glibc-88ea382fda5af7717f85bb19837c9c99094f3df4.tar.gz glibc-88ea382fda5af7717f85bb19837c9c99094f3df4.tar.bz2 |
Remove comma at end of enum.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2009-06-09 Ulrich Drepper <drepper@redhat.com> + * dlfcn/dlfcn.h: Remove comma at end of enum. + Patch by J.H.M. Dassen <rdassen@redhat.com>. + * libio/fileops.c (_IO_new_file_fopen): Don't prematurely stop parsing mode string. |