commit | eb0e8fa0b1960cff4bd65ebefc798f70273b0bc9 | [log] [tgz] |
---|---|---|
author | Rich Felker <dalias@aerifal.cx> | Sun Apr 17 16:32:15 2011 -0400 |
committer | Rich Felker <dalias@aerifal.cx> | Sun Apr 17 16:32:15 2011 -0400 |
tree | 69398f2a72230d4faeb05b0712c4af80376cd30c | |
parent | 09dae2b7b66f741b30aa7ce95ab395239da20762 [diff] |
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.