mirror of
https://git.busybox.net/uClibc
synced 2025-10-14 01:32:00 +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:
@@ -23,6 +23,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#define PACKAGE "getconf regression test"
|
||||
#undef VERSION
|
||||
#define VERSION ""
|
||||
#define _(x) x
|
||||
#define error(status, errnum, fmt, ...) \
|
||||
|
Reference in New Issue
Block a user