Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2009-01-13 02:32:37 +0300
committerJeff Johnston <jjohnstn@redhat.com>2009-01-13 02:32:37 +0300
commitd9db4e43f32feb1f24a3054e927cff2877e788b4 (patch)
treece5a4792a0e1c665e1872eb89de41df4f3959541 /newlib/libc/machine
parentceedb0dcb899ade1e3e4ecf417accd938a71b7c9 (diff)
2009-01-12 Nathan Froyd <froydnj@codesourcery.com>
* libc/machine/powerpc/vfscanf.c (__sccl): Remove declaration.
Diffstat (limited to 'newlib/libc/machine')
-rw-r--r--newlib/libc/machine/powerpc/vfscanf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/libc/machine/powerpc/vfscanf.c b/newlib/libc/machine/powerpc/vfscanf.c
index 4f14d3a50..f759506e1 100644
--- a/newlib/libc/machine/powerpc/vfscanf.c
+++ b/newlib/libc/machine/powerpc/vfscanf.c
@@ -208,8 +208,6 @@ typedef union
float f[4];
} vec_union;
-/*static*/ u_char *__sccl ();
-
/*
* vfscanf
*/