mirror of https://github.com/mirror/busybox.git
Fix dietlibc test condition
parent
938e982c4d
commit
3d184586a7
|
@ -9,7 +9,7 @@
|
|||
#include <unistd.h>
|
||||
|
||||
|
||||
#ifndef __dietlibc__ && __GNU_LIBRARY__ < 5
|
||||
#if ! defined __dietlibc__ && __GNU_LIBRARY__ < 5
|
||||
|
||||
/*
|
||||
* Some systems already have updwtmp(). Some don't... This is
|
||||
|
|
Loading…
Reference in New Issue