[PATCH] Fix sync_file_range2 output.

enh enh at google.com
Tue Apr 5 19:16:11 UTC 2016


Before:

  sync_file_range2(3SYNC_FILE_RANGE_WAIT_BEFORE|SYNC_FILE_RANGE_WRITE|
    SYNC_FILE_RANGE_WAIT_AFTER|0xfffffff8, 0, 0, )

After:

  sync_file_range2(3, SYNC_FILE_RANGE_WAIT_BEFORE|SYNC_FILE_RANGE_WRITE|
    SYNC_FILE_RANGE_WAIT_AFTER|0xfffffff8, 0, 0)

* sync_file_range.c: Output the ", " in the right place.
---
 sync_file_range.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-sync_file_range2-output.patch
Type: text/x-patch
Size: 1091 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20160405/2ab13818/attachment.bin>


More information about the Strace-devel mailing list