On Thu, 2017-02-16 at 12:32 +0100, Ulf Hermann wrote: > Rename version.c so that the implementation is called after the header > and the header doesn't clash with the toplevel version.h. print_version > depends on argp and is only used in the tools.
Applied, because the split itself is fine. But like said before argp is needed for the tools and the libdw interface. If your glibc replacement doesn't provide argp the build should pick up libargp and get the definitions and implementation from there. Cheers, Mark