Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5203 → Rev 5204

/contrib/sdk/sources/newlib/libc/sys/ioread.c
26,6 → 26,6
"addl $28, %%esp \n\t"
:"=a" (retval)
:"a"(path),"b"(buff),"c"(offset),"d"(count),"S"(reads));
return retval;
return retval == 6 ? 0 : retval;
};