2009-01-12 Nathan Froyd <froydnj@codesourcery.com>

* libc/machine/powerpc/vfscanf.c (__sccl): Remove declaration.
This commit is contained in:
Jeff Johnston 2009-01-12 23:32:37 +00:00
parent ceedb0dcb8
commit d9db4e43f3
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -208,8 +208,6 @@ typedef union
float f[4];
} vec_union;
/*static*/ u_char *__sccl ();
/*
* vfscanf
*/