Skip to content

Commit

Permalink
Remove comma at end of enum.
Browse files Browse the repository at this point in the history
  • Loading branch information
J.H.M. Dassen authored and Ulrich Drepper committed Jun 9, 2009
1 parent 5612e80 commit 88ea382
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
5 changes: 2 additions & 3 deletions dlfcn/dlfcn.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
};


Expand Down

0 comments on commit 88ea382

Please sign in to comment.