Skip to content
Snippets Groups Projects
Commit 243e0fe5 authored by Miloš Stojanović's avatar Miloš Stojanović Committed by Riku Voipio
Browse files

linux-user: add rt_tgsigqueueinfo() strace


This commit improves strace support for syscall rt_tgsigqueueinfo().

Prior to this commit, typical strace output used to look like this:
7775 rt_tgsigqueueinfo(7775,7775,50,1996483164,0,0) = 0

After this commit, it looks like this:
7775 rt_tgsigqueueinfo(7775,7775,50,0x76ffea5c) = 0

Signed-off-by: default avatarMiloš Stojanović <Milos.Stojanovic@rt-rk.com>
Signed-off-by: default avatarRiku Voipio <riku.voipio@linaro.org>
parent cf8b8bfc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment