1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Fix some warning nits.

This commit is contained in:
Roland McGrath
2011-02-04 10:35:15 -08:00
parent 091023f58f
commit a0bf67cca2
9 changed files with 30 additions and 15 deletions

View File

@ -1,5 +1,6 @@
/* Storage management for the chain of loaded shared objects.
Copyright (C) 1995-2002,2004,2006-2009,2010 Free Software Foundation, Inc.
Copyright (C) 1995-2002,2004,2006,2007,2008,2009,2010,2011
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
@ -60,7 +61,6 @@ internal_function
_dl_new_object (char *realname, const char *libname, int type,
struct link_map *loader, int mode, Lmid_t nsid)
{
struct link_map *l;
size_t libname_len = strlen (libname) + 1;
struct link_map *new;
struct libname_list *newname;