Fix dietlibc test condition
This commit is contained in:
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
Block a user