aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJ.H.M. Dassen <rdassen@redhat.com>2009-06-09 07:58:02 -0700
committerUlrich Drepper <drepper@redhat.com>2009-06-09 07:58:02 -0700
commit88ea382fda5af7717f85bb19837c9c99094f3df4 (patch)
treeebd3bdd3c608f9d5afd973bf37146e9c1364f615 /ChangeLog
parent5612e80b3a740ee14cd1c87e61f8047d86ed3c73 (diff)
downloadglibc-88ea382fda5af7717f85bb19837c9c99094f3df4.zip
glibc-88ea382fda5af7717f85bb19837c9c99094f3df4.tar.gz
glibc-88ea382fda5af7717f85bb19837c9c99094f3df4.tar.bz2
Remove comma at end of enum.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a55d380..70c0ed8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.