commit | 06e395cd75dc79289ae789c146795189c32babd8 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@linux.intel.com> | Tue Apr 15 13:23:49 2014 -0700 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Tue Apr 15 13:23:49 2014 -0700 |
tree | 190e1f8741d57b040ea5ee7c38bfde6deef6208b | |
parent | 1ba3e80738407d13bc4a71812578848b6f657e23 [diff] |
readlink: Reduce size by calling _fwrite() instead of puts() We know how long the output is, so we might as well call _fwrite() directly, with the explicit termination set to \n instead of \0. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>