diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-22 08:56:55 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-22 08:56:55 +0000 |
commit | fa8cf20631cf02ae3e6b0db95a494261df1aee27 (patch) | |
tree | 9971c6951256dd0bba5ff2a7db08ed6f65ef218d /shell | |
parent | 5658fe5f7869ce987e25dfb6554db5e062045319 (diff) | |
download | busybox-w32-fa8cf20631cf02ae3e6b0db95a494261df1aee27.tar.gz busybox-w32-fa8cf20631cf02ae3e6b0db95a494261df1aee27.tar.bz2 busybox-w32-fa8cf20631cf02ae3e6b0db95a494261df1aee27.zip |
Remove remaining libc5 support code
git-svn-id: svn://busybox.net/trunk/busybox@7090 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
-rw-r--r-- | shell/cmdedit.c | 5 |
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) | ||
168 | typedef void (*sighandler_t) (int); | ||
169 | #endif | ||
170 | |||
171 | static void cmdedit_setwidth(int w, int redraw_flg); | 166 | static void cmdedit_setwidth(int w, int redraw_flg); |
172 | 167 | ||
173 | static void win_changed(int nsig) | 168 | static void win_changed(int nsig) |