summaryrefslogtreecommitdiffstats
path: root/tapset/ctime.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/ctime.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/ctime.stp')
-rw-r--r--tapset/ctime.stp2
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