diff options
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -115,9 +115,7 @@ static const int RB_AUTOBOOT = 0x01234567; | |||
115 | #if defined(__GLIBC__) | 115 | #if defined(__GLIBC__) |
116 | #include <sys/kdaemon.h> | 116 | #include <sys/kdaemon.h> |
117 | #else | 117 | #else |
118 | #include <sys/syscall.h> | 118 | extern int bdflush (int func, long int data); |
119 | #include <linux/unistd.h> | ||
120 | static _syscall2(int, bdflush, int, func, int, data); | ||
121 | #endif /* __GLIBC__ */ | 119 | #endif /* __GLIBC__ */ |
122 | 120 | ||
123 | 121 | ||