summaryrefslogtreecommitdiffstats
path: root/tapset/s390x
diff options
context:
space:
mode:
authorJosh Stone <joshua.i.stone@intel.com>2008-06-13 19:32:59 -0700
committerJosh Stone <joshua.i.stone@intel.com>2008-06-13 19:38:35 -0700
commite8402528a3e3f77fa804904e875453039ed4abee (patch)
treeca57302fdf673e85191ccc1d78c31e9581df86c9 /tapset/s390x
parent9d0808b420815955053cd503e9fc2ab1180f70b6 (diff)
downloadsystemtap-steved-e8402528a3e3f77fa804904e875453039ed4abee.tar.gz
systemtap-steved-e8402528a3e3f77fa804904e875453039ed4abee.tar.xz
systemtap-steved-e8402528a3e3f77fa804904e875453039ed4abee.zip
Add 'pure' to embedded-C functions that deserve it
Diffstat (limited to 'tapset/s390x')
-rw-r--r--tapset/s390x/syscalls.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/s390x/syscalls.stp b/tapset/s390x/syscalls.stp
index 39236d79..07cb0577 100644
--- a/tapset/s390x/syscalls.stp
+++ b/tapset/s390x/syscalls.stp
@@ -103,7 +103,7 @@ probe syscall.sysctl32.return = kernel.function("sys32_sysctl").return ? {
/* compat */
function get_32mmap_args:string (args:long)
-%{
+%{ /* pure */
struct mmap_arg_struct_emu31 {
u32 addr;
u32 len;