2003-11-19 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdio/scanf.c: Don't include local.h more than once.
This commit is contained in:
parent
fcd3838ab5
commit
e1dc8171ae
|
@ -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.
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
#include <varargs.h>
|
||||
#endif
|
||||
|
||||
#include "local.h"
|
||||
|
||||
#ifndef _REENT_ONLY
|
||||
|
||||
int
|
||||
|
|
Loading…
Reference in New Issue