Diff for /dietlibc/t.c between versions 1.215 and 1.216

version 1.215, 2009/02/26 20:51:54 version 1.216, 2009/10/27 23:19:19
Line 103  int compint(const void *a, const void *b Line 103  int compint(const void *a, const void *b
 extern char* strcpy2(char*a,char*b);  extern char* strcpy2(char*a,char*b);
   
 #define rdtscl(low) \  #define rdtscl(low) \
      __asm__ __volatile__ ("rdtsc" : "=a" (low) : : "edx")       __asm__ __volatile__ ("rdtscp" : "=a" (low) : : "ecx","edx")
   
 #define malloc(x) ({typeof(x) y=x; (y<0 || (size_t)(y)!=y ? 0 : malloc(y));})  #define malloc(x) ({typeof(x) y=x; (y<0 || (size_t)(y)!=y ? 0 : malloc(y));})
   

Removed from v.1.215  
changed lines
  Added in v.1.216


LinuxTV legacy CVS <linuxtv.org/cvs>