From 9e0dd04ec1ed85246f6daadaa05daccffce89bd6 Mon Sep 17 00:00:00 2001 From: andersen Date: Tue, 13 Aug 2002 09:57:44 +0000 Subject: Try to be a bit more dietlibc friendly git-svn-id: svn://busybox.net/trunk/busybox@5263 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- libbb/libc5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb') diff --git a/libbb/libc5.c b/libbb/libc5.c index af15d1ac7..d595fe30a 100644 --- a/libbb/libc5.c +++ b/libbb/libc5.c @@ -9,7 +9,7 @@ #include -#if __GNU_LIBRARY__ < 5 +#ifndef __dietlibc__ && __GNU_LIBRARY__ < 5 /* * Some systems already have updwtmp(). Some don't... This is -- cgit v1.2.3-55-g6feb