]> git.ipfire.org Git - thirdparty/systemd.git/blob - coccinelle/dup-fcntl.cocci
Merge the "boot loader specification" wiki page
[thirdparty/systemd.git] / coccinelle / dup-fcntl.cocci
1 @@
2 expression fd;
3 @@
4 - dup(fd)
5 + fcntl(fd, F_DUPFD, 3)