Changeset 2041


Ignore:
Timestamp:
Jun 16, 2005, 6:29:40 AM (20 years ago)
Author:
bird
Message:

initial config / 'porting'.

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 to 1.2
    r2040 r2041  
    2424#include <string.h>
    2525#include <sys/param.h>
     26#if 0 /* bird */
    2627#include <stdio-common/_itoa.h>
     28#else
     29extern char *_itoa(int, char *, int, int);
     30#endif
    2731
    2832/* The macros defined here use the timestamp counter in i586 and up versions
  • trunk/src/libctests/glibc/test-skeleton.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r2040 r2041  
    199199
    200200  /* Make uses of freed and uninitialized memory known.  */
     201#if 0 /* bird */
    201202  mallopt (M_PERTURB, 42);
     203#endif
    202204
    203205#ifdef STDOUT_UNBUFFERED
Note: See TracChangeset for help on using the changeset viewer.