Changeset 2041
- Timestamp:
- Jun 16, 2005, 6:29:40 AM (20 years ago)
- Location:
- trunk/src/libctests/glibc
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libctests/glibc/sysdeps/i386/i686/hp-timing.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2040 r2041 24 24 #include <string.h> 25 25 #include <sys/param.h> 26 #if 0 /* bird */ 26 27 #include <stdio-common/_itoa.h> 28 #else 29 extern char *_itoa(int, char *, int, int); 30 #endif 27 31 28 32 /* The macros defined here use the timestamp counter in i586 and up versions -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/libctests/glibc/test-skeleton.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2040 r2041 199 199 200 200 /* Make uses of freed and uninitialized memory known. */ 201 #if 0 /* bird */ 201 202 mallopt (M_PERTURB, 42); 203 #endif 202 204 203 205 #ifdef STDOUT_UNBUFFERED -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.