diff options
author | Eric Andersen | 2002-08-13 09:57:44 +0000 |
---|---|---|
committer | Eric Andersen | 2002-08-13 09:57:44 +0000 |
commit | 938e982c4d482019f8d30fc9d446d509309505cd (patch) | |
tree | 74ec33107a748b375aa9d1ab30e8b8ea4e043a65 | |
parent | 1d23f3a492ecc18b3e406d814a55c93bb8917e0e (diff) | |
download | busybox-938e982c4d482019f8d30fc9d446d509309505cd.zip busybox-938e982c4d482019f8d30fc9d446d509309505cd.tar.gz |
Try to be a bit more dietlibc friendly
-rw-r--r-- | libbb/libc5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/libc5.c b/libbb/libc5.c index af15d1a..d595fe3 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 |