l4-hurd
[Top][All Lists]
Advanced

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

Re: Hurd IPC (client side)


From: Ludovic Courtès
Subject: Re: Hurd IPC (client side)
Date: Mon, 4 Nov 2002 19:04:12 +0100
User-agent: Mutt/1.4i

On Sun, Nov 03, 2002 at 06:42:10PM -0500, Neal H. Walfield wrote:
> > Whatever the macro is, the following wouldn't work:
> > 
> >   error_t (* f) (user_handle_t, uid_t, gid_t);
> >   f = file_chown;
> > 
> > Right? ;)
> 
> True, but do we need that?  If so, then we can always change the macro
> to an inline function that also has as implementation in libl4hurduser
> or something like that.

Maybe we don't need that.  But it's something that's expected to work (at
least it currently does on Hurd/Mach) so having a function rather than a macro
would be a good idea.

Thanks,
Ludovic.




reply via email to

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