From d9db4e43f32feb1f24a3054e927cff2877e788b4 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 12 Jan 2009 23:32:37 +0000 Subject: [PATCH] 2009-01-12 Nathan Froyd * libc/machine/powerpc/vfscanf.c (__sccl): Remove declaration. --- newlib/ChangeLog | 4 ++++ 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 + + * libc/machine/powerpc/vfscanf.c (__sccl): Remove declaration. + 2009-01-12 Jeff Johnston * 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 */