From: David Goulet Date: Wed, 19 Dec 2012 23:30:37 +0000 (-0500) Subject: Fix: compare write() return value to size X-Git-Tag: v2.1.0~10 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=4cec016f4a1cb76ec3d917c2d261c4081910a65a;hp=4cec016f4a1cb76ec3d917c2d261c4081910a65a;p=lttng-tools.git Fix: compare write() return value to size Now also check if the ret value of a write() operation is not equal to the given size. Signed-off-by: David Goulet ---