klibc-bot for H. Peter Anvin
2014-Apr-09 23:03 UTC
[klibc] [klibc:master] <sys/auxv.h>: add missing dependency < klibc/extern.h>
Commit-ID: fe3dff23a604af5c96060574bcdb4e723b977627 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=fe3dff23a604af5c96060574bcdb4e723b977627 Author: H. Peter Anvin <hpa at linux.intel.com> AuthorDate: Wed, 9 Apr 2014 15:58:53 -0700 Committer: H. Peter Anvin <hpa at linux.intel.com> CommitDate: Wed, 9 Apr 2014 15:58:53 -0700 [klibc] <sys/auxv.h>: add missing dependency <klibc/extern.h> __extern is defined in <klibc/extern.h> Signed-off-by: H. Peter Anvin <hpa at linux.intel.com> --- usr/include/sys/auxv.h | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/include/sys/auxv.h b/usr/include/sys/auxv.h index 08fcfcf..fc98ed4 100644 --- a/usr/include/sys/auxv.h +++ b/usr/include/sys/auxv.h @@ -2,6 +2,7 @@ #define _SYS_AUXV_H #include <klibc/compiler.h> +#include <klibc/extern.h> #include <elf.h> #define _AUXVAL_MAX AT_SYSINFO_EHDR
Seemingly Similar Threads
- [klibc:master] auxv: convert auxiliary vector into an array; define getauxval()
- [klibc:master] Move architecture-specific initialization to arch/
- [klibc:master] include: [sys/time.h] fix for Linux 3.5.1
- [klibc:master] Inline __arch_libcinit()
- [klibc:master] syscalls: Fixup some of the -at syscall declarations