aboutsummaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2009-01-12 23:32:37 +0000
committerJeff Johnston <jjohnstn@redhat.com>2009-01-12 23:32:37 +0000
commitd9db4e43f32feb1f24a3054e927cff2877e788b4 (patch)
treece5a4792a0e1c665e1872eb89de41df4f3959541 /newlib
parentceedb0dcb899ade1e3e4ecf417accd938a71b7c9 (diff)
downloadnewlib-d9db4e43f32feb1f24a3054e927cff2877e788b4.zip
newlib-d9db4e43f32feb1f24a3054e927cff2877e788b4.tar.gz
newlib-d9db4e43f32feb1f24a3054e927cff2877e788b4.tar.bz2
2009-01-12 Nathan Froyd <froydnj@codesourcery.com>
* libc/machine/powerpc/vfscanf.c (__sccl): Remove declaration.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/libc/machine/powerpc/vfscanf.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 317df80..742d8be 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-12 Nathan Froyd <froydnj@codesourcery.com>
+
+ * libc/machine/powerpc/vfscanf.c (__sccl): Remove declaration.
+
2009-01-12 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdio/fwalk.c (__fwalk, __fwalk_reent): Remove locking of
diff --git a/newlib/libc/machine/powerpc/vfscanf.c b/newlib/libc/machine/powerpc/vfscanf.c
index 4f14d3a..f759506 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
*/