<p></p>
<p>Wow! That is already working! Great! :-)</p>
<p>Anyway, annotating syscall argument names and types could be useful too.</p>
<pre><code>lgetxattr("wfd", "security.selinux", 0x56432eb4eda0, 255) = -1 ENODATA (No data available)
</code></pre>
<p>vs</p>
<pre><code>lgetxattr(const char *path = "wfd", const char *name = "security.selinux", void *value = 0x56432eb4eda0, size_t size = 255) = -1 ENODATA (No data available)
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/strace/strace/issues/155#issuecomment-688695235">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AOVBTR7LZ6TGPT65ETQGYZLSEXQMTANCNFSM4Q6R7K6A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AOVBTR7T6DHE3FVF5HJMEHDSEXQMTA5CNFSM4Q6R7K6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFEGKPQY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/strace/strace/issues/155#issuecomment-688695235",
"url": "https://github.com/strace/strace/issues/155#issuecomment-688695235",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>