Bug 371412

Summary: Rename wrap_sys_shmat to sys_shmat like other wrappers
Product: [Developer tools] valgrind Reporter: Marcin Juszkiewicz <marcin>
Component: generalAssignee: Julian Seward <jseward>
Status: RESOLVED FIXED    
Severity: normal CC: philippe.waroquiers
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: patch

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