diff options
Diffstat (limited to 'newlib/libc/string/u_strerr.c')
-rw-r--r-- | newlib/libc/string/u_strerr.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/newlib/libc/string/u_strerr.c b/newlib/libc/string/u_strerr.c deleted file mode 100644 index fa4605c..0000000 --- a/newlib/libc/string/u_strerr.c +++ /dev/null @@ -1,8 +0,0 @@ -#include <_ansi.h> - -char * -_DEFUN(_user_strerror, (errnum), - int errnum) -{ - return 0; -} |