Files
systemd/src/basic
Alexander Kuleshov 3b9a1d87cc basic/fd-util: introduce stdio_unset_cloexec() function
There are some places in the systemd which are use the same pattern:

    fd_cloexec(STDIN_FILENO, false);
    fd_cloexec(STDOUT_FILENO, false);
    fd_cloexec(STDERR_FILENO, false);

to unset CLOEXEC for standard file descriptors. This patch introduces
the stdio_unset_cloexec() function to hide this and make code cleaner.
2016-07-02 23:38:47 +06:00
..
2016-02-19 01:36:46 +06:00
2015-11-30 21:51:03 +01:00
2016-06-21 13:20:48 +02:00
2015-11-18 23:09:02 +01:00
2016-03-15 19:40:33 -04:00
2015-11-30 21:51:03 +01:00
2016-06-21 13:20:48 +02:00
2016-06-13 18:47:42 +02:00
2016-04-25 12:16:02 +02:00
2016-03-22 18:51:59 -04:00