Bug 371412 - Rename wrap_sys_shmat to sys_shmat like other wrappers
Summary: Rename wrap_sys_shmat to sys_shmat like other wrappers
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-21 14:00 UTC by Marcin Juszkiewicz
Modified: 2016-11-01 15:08 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
patch (6.76 KB, patch)
2016-10-21 14:00 UTC, Marcin Juszkiewicz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Juszkiewicz 2016-10-21 14:00:03 UTC
All syscall wrappers are name sys_SYSCALLNAME except wrap_sys_shmat (and few highly arch specific sys_syscall284 like ones).

I have a script to generate syscall table also for valgrind and this wrapper name adds special case for no reason.

Reproducible: Always
Comment 1 Marcin Juszkiewicz 2016-10-21 14:00:17 UTC
Created attachment 101682 [details]
patch
Comment 2 Philippe Waroquiers 2016-11-01 15:08:50 UTC
wrap_sys_shmat renamed and committed revision 16109.
Thanks