[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Openat first step passfd api
From: |
Paul Eggert |
Subject: |
Re: Openat first step passfd api |
Date: |
Wed, 02 Feb 2011 09:27:41 -0800 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 |
I haven't had time to look at it carefully, but a couple of
quick reactions:
* I expect it's useful to have a portable way to pass file
descriptors; thanks.
* The code should be redone to follow the usual GNU and
gnulib formatting style.
* It's not clear that this will work as part of a general substitute
for 'openat'. For example, that would require a separate long-lived
process, and the extra process is likely to mess things up
for people or programs who do things like 'ps' and 'kill'.