mirror of
https://git.busybox.net/uClibc
synced 2025-05-08 14:46:24 +08:00
getconf.c: undef VERSION
might come in via nptl so undef it before redefining it Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
This commit is contained in:
parent
c058c0578d
commit
9930f8b92b
@ -23,6 +23,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#define PACKAGE "getconf regression test"
|
||||
#undef VERSION
|
||||
#define VERSION ""
|
||||
#define _(x) x
|
||||
#define error(status, errnum, fmt, ...) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user