bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Use the new __hurd_exec_file_name RPC


From: Guillem Jover
Subject: Re: [PATCH] Use the new __hurd_exec_file_name RPC
Date: Sat, 17 Jul 2010 14:07:19 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

Hi!

On Fri, 2010-07-16 at 12:21:16 +0200, Emilio Pozuelo Monfort wrote:
> And here goes the glibc one.

> diff --git a/hurd/hurd.h b/hurd/hurd.h
> index 642ea43..a83c3fa 100644
> --- a/hurd/hurd.h
> +++ b/hurd/hurd.h
> @@ -243,13 +243,21 @@ extern FILE *fopenport (io_t port, const char *mode);
>  extern FILE *__fopenport (io_t port, const char *mode);
> 
> 
> -/* Execute a file, replacing TASK's current program image.  */
> +/* Deprecated: use _hurd_exec_file_name instead.  */
> 
>  extern error_t _hurd_exec (task_t task,
>                          file_t file,
>                          char *const argv[],
>                          char *const envp[]);

I don't really know what's the policy around this in glibc, but maybe
it would be appropriate, in addition to the comment, to mark it with
__attribute_deprecated__ and to place it in the special warning section
via link_warning()?

regards,
guillem



reply via email to

[Prev in Thread] Current Thread [Next in Thread]