diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-13 09:57:44 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-13 09:57:44 +0000 |
commit | 938e982c4d482019f8d30fc9d446d509309505cd (patch) | |
tree | 74ec33107a748b375aa9d1ab30e8b8ea4e043a65 | |
parent | 1d23f3a492ecc18b3e406d814a55c93bb8917e0e (diff) | |
download | busybox-w32-938e982c4d482019f8d30fc9d446d509309505cd.tar.gz busybox-w32-938e982c4d482019f8d30fc9d446d509309505cd.tar.bz2 busybox-w32-938e982c4d482019f8d30fc9d446d509309505cd.zip |
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 af15d1ac7..d595fe30a 100644 --- a/libbb/libc5.c +++ b/libbb/libc5.c | |||
@@ -9,7 +9,7 @@ | |||
9 | #include <unistd.h> | 9 | #include <unistd.h> |
10 | 10 | ||
11 | 11 | ||
12 | #if __GNU_LIBRARY__ < 5 | 12 | #ifndef __dietlibc__ && __GNU_LIBRARY__ < 5 |
13 | 13 | ||
14 | /* | 14 | /* |
15 | * Some systems already have updwtmp(). Some don't... This is | 15 | * Some systems already have updwtmp(). Some don't... This is |