]> git.ipfire.org Git - thirdparty/coreutils.git/commit
nohup: simplify by using fcntl
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 17 Aug 2017 16:30:37 +0000 (09:30 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 17 Aug 2017 19:03:03 +0000 (12:03 -0700)
commit74fcbe5225608ab6914023465ddc4226d83f9282
treeaffc14300e984c0096c65342ba6497330a82151a
parent1a210762d5bf269bea5eabd309a119585a912d6d
nohup: simplify by using fcntl

* src/nohup.c: Do not include cloexec.h.
(main): Use fcntl rather than dup + set_cloexec_flag.
src/nohup.c