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

version 1.217, 2010/09/23 00:27:36 version 1.218, 2014/04/04 11:25:37
Line 172  int main(int argc,char *argv[]) { Line 172  int main(int argc,char *argv[]) {
   strcpy(buf+i,"/bin:/bin");    strcpy(buf+i,"/bin:/bin");
   putenv(buf);    putenv(buf);
   execvp("sh",argv);    execvp("sh",argv);
   printf("%d\n",islower('ü'));    printf("%d\n",islower(0xfc));
 #endif  #endif
 #if 0  #if 0
   char buf[101];    char buf[101];

Removed from v.1.217  
changed lines
  Added in v.1.218


LinuxTV legacy CVS <linuxtv.org/cvs>