Changeset 2135 for trunk/src/libctests/glibc/stdio-common
- Timestamp:
- Jul 1, 2005, 6:20:01 AM (20 years ago)
- Location:
- trunk/src/libctests/glibc/stdio-common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libctests/glibc/stdio-common/test-vfprintf.c
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r2134 r2135 20 20 21 21 #include <locale.h> 22 #ifdef HAVE_MCHECK_H23 22 #include <mcheck.h> 24 #endif25 23 #include <stdint.h> 26 24 #include <stdio.h> … … 48 46 int fd; 49 47 50 #ifdef HAVE_MCHECK_H51 48 mtrace (); 52 #endif53 49 54 50 strcpy (buf, "/tmp/test-vfprintfXXXXXX"); -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/libctests/glibc/stdio-common/tstgetln.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2134 r2135 19 19 20 20 #include <stdio.h> 21 #ifdef __GLIBC__ 21 22 #undef ssize_t 22 23 #define ssize_t _IO_ssize_t 24 #endif 23 25 24 26 int -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.