[LTP] [PATCH 1/2] lib: add safe_gethostname()

Cyril Hrubis chrubis@suse.cz
Wed Jun 22 14:05:36 CEST 2016


Hi!
> Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com>
> ---
>  include/safe_net_fn.h  |    3 +++
>  include/tst_safe_net.h |    3 +++
>  lib/safe_net.c         |   14 ++++++++++++++
>  3 files changed, 20 insertions(+), 0 deletions(-)
> 
> diff --git a/include/safe_net_fn.h b/include/safe_net_fn.h
> index e85842b..14609b8 100644
> --- a/include/safe_net_fn.h
> +++ b/include/safe_net_fn.h
> @@ -45,4 +45,7 @@ int safe_getsockname(const char *file, const int lineno,
>  		     void (cleanup_fn)(void), int sockfd, struct sockaddr *addr,
>  		     socklen_t *addrlen);
>  
> +int safe_gethostname(const char *file, const int lineno,
> +		     void (cleanup_fn)(void), char *name, size_t size);
> +

What about not including the cleanup_fn parameter, since the function is
exported only to new library?

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list