diff options
Diffstat (limited to 'shells/flash/files/patch-string.h')
-rw-r--r-- | shells/flash/files/patch-string.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/shells/flash/files/patch-string.h b/shells/flash/files/patch-string.h deleted file mode 100644 index 6fcbfe8d91e1..000000000000 --- a/shells/flash/files/patch-string.h +++ /dev/null @@ -1,18 +0,0 @@ ---- string.h.orig 2001-11-03 18:09:21 UTC -+++ string.h -@@ -2,14 +2,13 @@ - # define __STRING_H - - #include <ctype.h> --#include <wchar.h> - - #define CR '\n' - #define TAB '\t' - - char *readline(FILE *fp); - char *findline(char *start, int *foundend); --int getline(const char *, char *); -+int get_line(const char *, char *); - int substr(const char *, char *, char); - int strtokenize(char *line, char delim, char **tokens, int maxtokens); - char *stradp(char *filename); |