]> git.ipfire.org Git - thirdparty/systemd.git/blob - coccinelle/dup-fcntl.cocci
hashmap: always set key output argument of internal_hashmap_first_key_and_value()
[thirdparty/systemd.git] / coccinelle / dup-fcntl.cocci
1 @@
2 expression fd;
3 @@
4 - dup(fd)
5 + fcntl(fd, F_DUPFD, 3)