aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-08-13 09:57:44 +0000
committerEric Andersen <andersen@codepoet.org>2002-08-13 09:57:44 +0000
commit938e982c4d482019f8d30fc9d446d509309505cd (patch)
tree74ec33107a748b375aa9d1ab30e8b8ea4e043a65 /libbb
parent1d23f3a492ecc18b3e406d814a55c93bb8917e0e (diff)
downloadbusybox-938e982c4d482019f8d30fc9d446d509309505cd.tar.gz
Try to be a bit more dietlibc friendly
Diffstat (limited to 'libbb')
-rw-r--r--libbb/libc5.c2
1 files changed, 1 insertions, 1 deletions
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 <unistd.h>
-#if __GNU_LIBRARY__ < 5
+#ifndef __dietlibc__ && __GNU_LIBRARY__ < 5
/*
* Some systems already have updwtmp(). Some don't... This is