aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/eopen.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't open files from /dev/fd/, just return the fd.Mattias Andrée2017-01-211-8/+1
| | | | | | | | | | Advantage 1: Less file descriptors opened. Advantage 2: The other end will be alerted when the process closes the file descriptor, and does not have to wait until the process exits. Signed-off-by: Mattias Andrée <maandree@kth.se>
* Clean up codeMattias Andrée2017-01-111-0/+14
Signed-off-by: Mattias Andrée <maandree@kth.se>