]> git.ipfire.org Git - thirdparty/systemd.git/commit
test-fd-util: Replace dup() with fcntl()
authorDaan De Meyer <daan@amutable.com>
Fri, 20 Mar 2026 21:11:15 +0000 (22:11 +0100)
committerDaan De Meyer <daan@amutable.com>
Fri, 20 Mar 2026 21:11:15 +0000 (22:11 +0100)
commit84d51e252db0390b448930cfab49d47ec989d8ef
tree23d2f67143c8632dc621234c3015a584e7805e5c
parentea733800bd64266ae5e9b1f49cce529a239602ec
test-fd-util: Replace dup() with fcntl()

Last remaining use of dup() in the codebase, let's get rid of it.
src/test/test-fd-util.c