Fix dietlibc test condition

1_00_stable_10817
Glenn L McGrath 2002-08-15 03:29:56 +00:00
parent 938e982c4d
commit 3d184586a7
1 changed files with 1 additions and 1 deletions

View File

@ -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