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 /libbb/libc5.c | |
parent | 1d23f3a492ecc18b3e406d814a55c93bb8917e0e (diff) |
Try to be a bit more dietlibc friendly
Diffstat (limited to 'libbb/libc5.c')
-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 @@ #include <unistd.h> -#if __GNU_LIBRARY__ < 5 +#ifndef __dietlibc__ && __GNU_LIBRARY__ < 5 /* * Some systems already have updwtmp(). Some don't... This is |