Skip to content
Commit 5123b327 authored by Rabin Vincent's avatar Rabin Vincent Committed by Sam Ravnborg
Browse files

kbuild: add sys_* entries for syscalls in tags



Currently, it is no longer possible to use the tags file to jump to
system call function definitions with sys_foo, because the definitions
are obscured by use of the SYSCALL_DEFINE* macros.

This patch adds the appropriate option to ctags to make it see through
the macro.  Also, it adds the ENTRY() work already done for Exuberant
to Emacs too.

Signed-off-by: default avatarRabin Vincent <rabin@rab.in>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 953fae66
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment