lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 8 Oct 2010 22:27:52 +0800
From:	Américo Wang <xiyou.wangcong@...il.com>
To:	khaled MOHAMMED atteya <khaled.m.atteya@...il.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: ask about include header file

On Wed, Oct 06, 2010 at 08:25:09PM -0200, khaled MOHAMMED atteya wrote:
>In arch/x86/kernel/entry_32.S(for example) , audit_syscall_entry
>function is called by this statement "call audit_syscall_entry", and
>when i search about this function declaration , i found it in
>include/linux/audit.h , but i couldn't found #include linux/audit.h in
>entry_32.S as i expected, why?
>

Hey,

that is asm, not C, asm doesn't need declarations, C does. :)

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ