--- embedaddon/libiconv/srclib/relocwrapper.c 2012/05/29 09:29:43 1.1.1.2 +++ embedaddon/libiconv/srclib/relocwrapper.c 2021/03/17 13:38:46 1.1.1.3 @@ -1,5 +1,5 @@ /* Relocating wrapper program. - Copyright (C) 2003, 2005-2007, 2009-2011 Free Software Foundation, Inc. + Copyright (C) 2003, 2005-2007, 2009-2019 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify @@ -13,22 +13,29 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see . */ + along with this program. If not, see . */ /* Dependencies: relocwrapper -> progname -> progreloc - -> areadlink - -> careadlinkat + -> areadlink + -> careadlinkat -> allocator - -> readlink - -> canonicalize-lgpl - -> malloca - -> readlink + -> readlink + -> stat + -> dosname + -> pathmax + -> verify + -> canonicalize-lgpl + -> malloca + -> lstat + -> readlink -> relocatable -> setenv -> malloca + -> fprintf-posix [ignore, cut dependency tree here] + -> strerror [ignore, cut dependency tree here] -> c-ctype Macros that need to be set while compiling this file: @@ -60,6 +67,7 @@ /* Use the system functions, not the gnulib overrides in this file. */ #undef fprintf +#undef strerror /* Return a copy of the filename, with an extra ".bin" at the end. More generally, it replaces "${EXEEXT}" at the end with ".bin${EXEEXT}". */