commit | 8d79ce832062873e6328f616ebb0c80db32020e3 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Sun Jul 22 23:00:15 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Sun Jul 22 23:00:15 2001 +0000 |
tree | eab4c5133f1c8d1fd898d13e000aae5c5673211b | |
parent | 20aab260e2f7011523402464fb079f48e5899890 [diff] [blame] |
Some patches to make dietlibc work...
diff --git a/init/init.c b/init/init.c index e057caa..ec144ea 100644 --- a/init/init.c +++ b/init/init.c
@@ -84,7 +84,7 @@ static const int RB_AUTOBOOT = 0x01234567; #endif -#if __GNU_LIBRARY__ > 5 +#if (__GNU_LIBRARY__ > 5) || defined(__dietlibc__) #include <sys/reboot.h> #define init_reboot(magic) reboot(magic) #else