diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2009-01-12 23:32:37 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2009-01-12 23:32:37 +0000 |
commit | d9db4e43f32feb1f24a3054e927cff2877e788b4 (patch) | |
tree | ce5a4792a0e1c665e1872eb89de41df4f3959541 | |
parent | ceedb0dcb899ade1e3e4ecf417accd938a71b7c9 (diff) | |
download | cygnal-d9db4e43f32feb1f24a3054e927cff2877e788b4.tar.gz cygnal-d9db4e43f32feb1f24a3054e927cff2877e788b4.tar.bz2 cygnal-d9db4e43f32feb1f24a3054e927cff2877e788b4.zip |
2009-01-12 Nathan Froyd <froydnj@codesourcery.com>
* libc/machine/powerpc/vfscanf.c (__sccl): Remove declaration.
-rw-r--r-- | newlib/ChangeLog | 4 | ||||
-rw-r--r-- | newlib/libc/machine/powerpc/vfscanf.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 317df8060..742d8be39 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 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 */ |