lkml.org 
[lkml]   [2010]   [May]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH] linux/elfcore.h: hide kernel functions
Date
> The declarations for elf_core_extra_phdrs() et al got added on the
> wrong side of #ifdef __KERNEL__ in linux/elfcore.h so they leak into
> the user header copy and we get a warning at build time about it.
>
> Signed-off-by: Roland McGrath <roland@redhat.com>

Ah, good. this one kill annoying warnings.
Thanks.
Reviewed-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>


> ---
> include/linux/elfcore.h | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/linux/elfcore.h b/include/linux/elfcore.h
> index e687bc3..394a3e0 100644
> --- a/include/linux/elfcore.h
> +++ b/include/linux/elfcore.h
> @@ -150,8 +150,6 @@ static inline int elf_core_copy_task_xfpregs(struct task_struct *t, elf_fpxregse
> }
> #endif
>
> -#endif /* __KERNEL__ */
> -
> /*
> * These functions parameterize elf_core_dump in fs/binfmt_elf.c to write out
> * extra segments containing the gate DSO contents. Dumping its
> @@ -168,4 +166,6 @@ extern int
> elf_core_write_extra_data(struct file *file, size_t *size, unsigned long limit);
> extern size_t elf_core_extra_data_size(void);
>
> +#endif /* __KERNEL__ */
> +
> #endif /* _LINUX_ELFCORE_H */
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/





\
 
 \ /
  Last update: 2010-05-22 05:43    [W:0.031 / U:1.708 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site