forked from Imagelibrary/binutils-gdb
* ffsll.c: New file.
* configure.ac: Call AC_REPLACE_FUNCS on ffsll. * gold.h (ffsll): Declare if HAVE_FFSLL is not defined. * ftruncate.c (ftruncate): Declare before definition. * mremap.c (mremap): Likewise. * pread.c (pread): Likewise. * configure, Makefile.in, config.in: Rebuild.
This commit is contained in:
@@ -127,7 +127,11 @@ extern "C" int ftruncate(int, off_t);
|
||||
|
||||
#ifndef HAVE_MREMAP
|
||||
#define MREMAP_MAYMOVE 1
|
||||
extern "C" void *mremap (void *, size_t, size_t, int, ...);
|
||||
extern "C" void *mremap(void *, size_t, size_t, int, ...);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_FFSLL
|
||||
extern "C" int ffsll(long long);
|
||||
#endif
|
||||
|
||||
namespace gold
|
||||
|
||||
Reference in New Issue
Block a user