]> git.ipfire.org Git - thirdparty/systemd.git/blob - coccinelle/dup-fcntl.cocci
man: clarify that ExecStop= is always called
[thirdparty/systemd.git] / coccinelle / dup-fcntl.cocci
1 @@
2 expression fd;
3 @@
4 - dup(fd)
5 + fcntl(fd, F_DUPFD, 3)