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>
1 file changed