Re: definition of sys_access function

From: richard -rw- weinberger
Date: Wed May 29 2013 - 04:19:21 EST


On Wed, May 29, 2013 at 10:12 AM, johnspaul92 <johns@xxxxxx> wrote:
> Where can i find the definition of the sys_access function???
> I tried checking in syscalls.h. But there i found only the declaration.
> Where can i find the definition so that i can understand what that function
> actually does.

Use git grep to find out.
E.g. git grep "SYSCALL_DEFINE[0-9](access"

--
Thanks,
//richard
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/