diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 3996846b5..075fa055d 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -287,7 +287,7 @@ extern int recursive_action(const char *fileName, unsigned flags, | |||
287 | extern int device_open(const char *device, int mode) FAST_FUNC; | 287 | extern int device_open(const char *device, int mode) FAST_FUNC; |
288 | enum { GETPTY_BUFSIZE = 16 }; /* more than enough for "/dev/ttyXXX" */ | 288 | enum { GETPTY_BUFSIZE = 16 }; /* more than enough for "/dev/ttyXXX" */ |
289 | extern int xgetpty(char *line) FAST_FUNC; | 289 | extern int xgetpty(char *line) FAST_FUNC; |
290 | extern int get_console_fd(void) FAST_FUNC; | 290 | extern int get_console_fd_or_die(void) FAST_FUNC; |
291 | extern void console_make_active(int fd, const int vt_num) FAST_FUNC; | 291 | extern void console_make_active(int fd, const int vt_num) FAST_FUNC; |
292 | extern char *find_block_device(const char *path) FAST_FUNC; | 292 | extern char *find_block_device(const char *path) FAST_FUNC; |
293 | /* bb_copyfd_XX print read/write errors and return -1 if they occur */ | 293 | /* bb_copyfd_XX print read/write errors and return -1 if they occur */ |