From: Rich Felker Date: Sun, 17 Apr 2011 20:32:15 +0000 (-0400) Subject: debloat: use __syscall instead of syscall where possible X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=eb0e8fa0b1960cff4bd65ebefc798f70273b0bc9;hp=eb0e8fa0b1960cff4bd65ebefc798f70273b0bc9 debloat: use __syscall instead of syscall where possible 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. ---