Skip to content

Commit aa4b8b8

Browse files
committed
SystemTap: fix wrong alias
Signed-off-by: Masatake YAMATO <[email protected]>
1 parent d00442e commit aa4b8b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

optlib/systemtap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ extern parserDefinition* SystemTapParser (void)
395395
};
396396

397397
static const char *const aliases [] = {
398-
".stap",
398+
"stap",
399399
NULL
400400
};
401401

optlib/systemtap.ctags

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
--langdef=SystemTap
3030
--map-SystemTap=+.stp
3131
--map-SystemTap=+.stpm
32-
--alias-SystemTap=+.stap
32+
--alias-SystemTap=+stap
3333

3434
--kinddef-SystemTap=p,probe,probe aliases
3535
--kinddef-SystemTap=f,function,functions

0 commit comments

Comments
 (0)