summaryrefslogtreecommitdiffstats
path: root/tapset/aux_syscalls.stp
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/aux_syscalls.stp
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/aux_syscalls.stp')
-rw-r--r--tapset/aux_syscalls.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/aux_syscalls.stp b/tapset/aux_syscalls.stp
index 2bd2ced4..bb0547f9 100644
--- a/tapset/aux_syscalls.stp
+++ b/tapset/aux_syscalls.stp
@@ -1787,7 +1787,7 @@ function _mmap_flags:string(flags:long)
# old mmap functions passed in a struct like this.
#
function get_mmap_args:string (args:long)
-%{
+%{ /* pure */
#if defined (__x86_64__) || defined (__ia64__)
struct mmap_arg_struct {
unsigned int addr;