aboutsummaryrefslogtreecommitdiff
path: root/shell/cmdedit.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/cmdedit.c')
-rw-r--r--shell/cmdedit.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/shell/cmdedit.c b/shell/cmdedit.c
index 350c0fd86..843f73fef 100644
--- a/shell/cmdedit.c
+++ b/shell/cmdedit.c
@@ -163,11 +163,6 @@ static int my_gid;
163 163
164#endif /* CONFIG_FEATURE_COMMAND_TAB_COMPLETION */ 164#endif /* CONFIG_FEATURE_COMMAND_TAB_COMPLETION */
165 165
166/* It seems that libc5 doesn't know what a sighandler_t is... */
167#if (__GLIBC__ <= 2) && (__GLIBC_MINOR__ < 1)
168typedef void (*sighandler_t) (int);
169#endif
170
171static void cmdedit_setwidth(int w, int redraw_flg); 166static void cmdedit_setwidth(int w, int redraw_flg);
172 167
173static void win_changed(int nsig) 168static void win_changed(int nsig)