debloat: use __syscall instead of syscall where possible
authorRich Felker <dalias@aerifal.cx>
Sun, 17 Apr 2011 20:32:15 +0000 (16:32 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 17 Apr 2011 20:32:15 +0000 (16:32 -0400)
don't waste time (and significant code size due to function call
overhead!) setting errno when the result of a syscall does not matter
or when it can't fail.


No differences found