Fix dietlibc test condition

This commit is contained in:
Glenn L McGrath 2002-08-15 03:29:56 +00:00
parent 938e982c4d
commit 3d184586a7

View File

@ -9,7 +9,7 @@
#include <unistd.h> #include <unistd.h>
#ifndef __dietlibc__ && __GNU_LIBRARY__ < 5 #if ! defined __dietlibc__ && __GNU_LIBRARY__ < 5
/* /*
* Some systems already have updwtmp(). Some don't... This is * Some systems already have updwtmp(). Some don't... This is