aboutsummaryrefslogtreecommitdiff
path: root/shell/cmdedit.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/cmdedit.c')
-rw-r--r--shell/cmdedit.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/cmdedit.c b/shell/cmdedit.c
index e4c88c265..22831b10c 100644
--- a/shell/cmdedit.c
+++ b/shell/cmdedit.c
@@ -70,6 +70,12 @@ static struct history *his_end = NULL; /* Last element in command line list */
70 70
71/* Current termio and the previous termio before starting sh */ 71/* Current termio and the previous termio before starting sh */
72struct termios initial_settings, new_settings; 72struct termios initial_settings, new_settings;
73
74
75#ifndef _POSIX_VDISABLE
76#define _POSIX_VDISABLE '\0'
77#endif
78
73#endif 79#endif
74 80
75 81