Re: [PATCH] Do not depend on non-POSIX features

2016-10-12 Thread Mark Wielaard
On Wed, 2016-10-12 at 16:22 +0200, Mark Wielaard wrote: > I am no fan of redefining/open coding things which reasonable can be > expected to be provided through normal GNU system headers/libs. But > these seem fairly minor. However if there are larger changes needed we > should probably pull in the

Re: [PATCH] Do not depend on non-POSIX features

2016-10-12 Thread Mark Wielaard
Hi, I am no fan of redefining/open coding things which reasonable can be expected to be provided through normal GNU system headers/libs. But these seem fairly minor. However if there are larger changes needed we should probably pull in the relevant gnulib modules. I added ChangeLog entries and mo

[PATCH] Do not depend on non-POSIX features

2016-10-11 Thread Akihiko Odaki
Signed-off-by: Akihiko Odaki --- configure.ac | 3 +++ lib/fixedsizehash.h | 6 ++ lib/system.h | 9 + libelf/elf_getarsym.c | 8 libelf/elf_strptr.c | 30 ++ libelf/libelfP.h | 4 6 files changed, 52 insertions