summaryrefslogtreecommitdiff
path: root/perldtrace.d
diff options
context:
space:
mode:
Diffstat (limited to 'perldtrace.d')
-rw-r--r--perldtrace.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/perldtrace.d b/perldtrace.d
index f87a27adaf..95eb0664da 100644
--- a/perldtrace.d
+++ b/perldtrace.d
@@ -4,8 +4,8 @@
*/
provider perl {
- probe sub__entry(char *, char *, int, char *);
- probe sub__return(char *, char *, int, char *);
+ probe sub__entry(const char *, const char *, int, const char *);
+ probe sub__return(const char *, const char *, int, const char *);
probe phase__change(const char *, const char *);
};