diff options
author | Michael Olbrich <m.olbrich@pengutronix.de> | 2017-04-11 15:17:48 +0200 |
---|---|---|
committer | Michael Olbrich <m.olbrich@pengutronix.de> | 2017-04-13 08:43:54 +0200 |
commit | ca894a24fca452e5aa982e1fc5dc63117c3e3d71 (patch) | |
tree | 0de125d9668e34d3cae750c9f9afe1b5f4416e9b /authors.txt | |
parent | eaaaee642132d3a568136dc740f74f8aaf4388b0 (diff) | |
download | meson-ca894a24fca452e5aa982e1fc5dc63117c3e3d71.zip meson-ca894a24fca452e5aa982e1fc5dc63117c3e3d71.tar.gz meson-ca894a24fca452e5aa982e1fc5dc63117c3e3d71.tar.bz2 |
Don't close fds when executing programs
Tools that execute meson might open file descriptors for the programs to
use. Such as a file descriptor for a logfile.
Diffstat (limited to 'authors.txt')
-rw-r--r-- | authors.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/authors.txt b/authors.txt index 467ab75..e6b7495 100644 --- a/authors.txt +++ b/authors.txt @@ -79,3 +79,4 @@ Aaron Plattner Jon Turney Wade Berrier Richard Hughes +Michael Olbrich |