diff options
author | Josh Stone <joshua.i.stone@intel.com> | 2008-06-13 19:32:59 -0700 |
---|---|---|
committer | Josh Stone <joshua.i.stone@intel.com> | 2008-06-13 19:38:35 -0700 |
commit | e8402528a3e3f77fa804904e875453039ed4abee (patch) | |
tree | ca57302fdf673e85191ccc1d78c31e9581df86c9 /tapset/ctime.stp | |
parent | 9d0808b420815955053cd503e9fc2ab1180f70b6 (diff) | |
download | systemtap-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/ctime.stp')
-rw-r--r-- | tapset/ctime.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/ctime.stp b/tapset/ctime.stp index 96af4d47..d907c2db 100644 --- a/tapset/ctime.stp +++ b/tapset/ctime.stp @@ -41,7 +41,7 @@ */ function ctime:string(epochsecs:long) -%{ +%{ /* pure */ #define SECSPERMIN 60L #define MINSPERHOUR 60L |