forked from pool/glibc
38 lines
1.5 KiB
Diff
38 lines
1.5 KiB
Diff
|
--- io/Makefile
|
||
|
+++ io/Makefile 2003/02/24 12:15:52
|
||
|
@@ -56,7 +56,7 @@
|
||
|
|
||
|
others := pwd
|
||
|
test-srcs := ftwtest
|
||
|
-tests := test-utime test-stat test-stat2 test-lfs tst-getcwd \
|
||
|
+tests := test-utime test-stat test-stat2 tst-getcwd \
|
||
|
tst-fcntl bug-ftw1 bug-ftw2 bug-ftw3 bug-ftw4 tst-statvfs \
|
||
|
tst-openat tst-unlinkat tst-fstatat tst-futimesat \
|
||
|
distribute := ftwtest-sh
|
||
|
--- libio/stdio.h 23 Apr 2003 10:13:22 -0000 1.1.1.14
|
||
|
+++ libio/stdio.h 23 Apr 2003 10:27:07 -0000 1.10
|
||
|
@@ -142,10 +142,12 @@ typedef _G_fpos64_t fpos64_t;
|
||
|
extern struct _IO_FILE *stdin; /* Standard input stream. */
|
||
|
extern struct _IO_FILE *stdout; /* Standard output stream. */
|
||
|
extern struct _IO_FILE *stderr; /* Standard error output stream. */
|
||
|
+#ifdef __STDC__
|
||
|
/* C89/C99 say they're macros. Make them happy. */
|
||
|
#define stdin stdin
|
||
|
#define stdout stdout
|
||
|
#define stderr stderr
|
||
|
+#endif
|
||
|
|
||
|
__BEGIN_NAMESPACE_STD
|
||
|
/* Remove file FILENAME. */
|
||
|
--- stdio-common/Makefile
|
||
|
+++ stdio-common/Makefile 2005/12/05 11:13:59
|
||
|
@@ -48,7 +48,7 @@
|
||
|
temptest tst-fileno test-fwrite tst-ungetc tst-ferror \
|
||
|
xbug errnobug \
|
||
|
bug1 bug2 bug3 bug4 bug5 bug6 bug7 bug8 bug9 bug10 bug11 bug12 bug13 \
|
||
|
- tfformat tiformat tllformat tstdiomisc tst-printfsz tst-wc-printf \
|
||
|
+ tfformat tiformat tllformat tst-printfsz tst-wc-printf \
|
||
|
scanf1 scanf2 scanf3 scanf4 scanf5 scanf7 scanf8 scanf9 scanf10 \
|
||
|
scanf11 scanf12 tst-tmpnam tst-cookie tst-obprintf tst-sscanf \
|
||
|
tst-swprintf tst-fseek tst-fmemopen test-vfprintf tst-gets \
|