]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove comma at end of enum.
authorJ.H.M. Dassen <rdassen@redhat.com>
Tue, 9 Jun 2009 14:58:02 +0000 (07:58 -0700)
committerPetr Baudis <pasky@suse.cz>
Fri, 12 Jun 2009 09:41:20 +0000 (11:41 +0200)
(cherry picked from commit 88ea382fda5af7717f85bb19837c9c99094f3df4)

ChangeLog
dlfcn/dlfcn.h

index 3063dc8b872b87d837cdbfea9602e225dc62d5a9..c6c3553ee1999a58799554085a8887e2e0f64a68 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
 2009-06-09  Ulrich Drepper  <drepper@redhat.com>
 
-       * libio/fileops.c (_IO_new_file_fopen): Don't prematurely stop
-       parsing mode string.
+       * 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.
 
 2009-06-03  Ulrich Drepper  <drepper@redhat.com>
 
index 7e373eddf93cefb7ed632086b30ab4b747f620ed..3e461dfec0cff2def4475d1f6cf6f93771625f4a 100644 (file)
@@ -1,6 +1,5 @@
 /* User functions for run-time dynamic loading.
-   Copyright (C) 1995-1999,2000,2001,2003,2004,2006
-       Free Software Foundation, Inc.
+   Copyright (C) 1995-2001,2003,2004,2006,2009 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -164,7 +163,7 @@ enum
        segment, or if the calling thread has not allocated a block for it.  */
     RTLD_DI_TLS_DATA = 10,
 
-    RTLD_DI_MAX = 10,
+    RTLD_DI_MAX = 10
   };