From 8d79ce832062873e6328f616ebb0c80db32020e3 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 22 Jul 2001 23:00:15 +0000 Subject: Some patches to make dietlibc work... --- init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.c') diff --git a/init.c b/init.c index e057caa7e..ec144ea85 100644 --- a/init.c +++ b/init.c @@ -84,7 +84,7 @@ static const int RB_DISABLE_CAD = 0; static const int RB_AUTOBOOT = 0x01234567; #endif -#if __GNU_LIBRARY__ > 5 +#if (__GNU_LIBRARY__ > 5) || defined(__dietlibc__) #include #define init_reboot(magic) reboot(magic) #else -- cgit v1.2.3