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

version 1.216, 2009/10/27 23:19:19 version 1.217, 2010/09/23 00:27:36
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__ ("rdtscp" : "=a" (low) : : "ecx","edx")       __asm__ __volatile__ ("lfence\nrdtsc" : "=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.216  
changed lines
  Added in v.1.217


LinuxTV legacy CVS <linuxtv.org/cvs>