diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2003-11-19 16:57:51 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2003-11-19 16:57:51 +0000 |
commit | e1dc8171aeca3fc75b473952b5054c6d5b35167a (patch) | |
tree | d79eff05596848d52198c25b7336ef8f9253076f | |
parent | fcd3838ab5b56acb6d53045c69c5558af8bb3b4c (diff) | |
download | cygnal-e1dc8171aeca3fc75b473952b5054c6d5b35167a.tar.gz cygnal-e1dc8171aeca3fc75b473952b5054c6d5b35167a.tar.bz2 cygnal-e1dc8171aeca3fc75b473952b5054c6d5b35167a.zip |
2003-11-19 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdio/scanf.c: Don't include local.h more than once.
-rw-r--r-- | newlib/ChangeLog | 4 | ||||
-rw-r--r-- | newlib/libc/stdio/scanf.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 40c318dc4..2de9108d3 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2003-11-19 Jeff Johnston <jjohnstn@redhat.com> + + * libc/stdio/scanf.c: Don't include local.h more than once. + 2003-11-18 Corinna Vinschen <corinna@vinschen.de> * libc/include/sys/fcntl.h: Declare _open64. diff --git a/newlib/libc/stdio/scanf.c b/newlib/libc/stdio/scanf.c index 92473ad89..de8e038fc 100644 --- a/newlib/libc/stdio/scanf.c +++ b/newlib/libc/stdio/scanf.c @@ -25,8 +25,6 @@ #include <varargs.h> #endif -#include "local.h" - #ifndef _REENT_ONLY int |