Log In
source-git
/
systemd
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
c86622669083db8dc65797ef3596d3072df8a550
c86622669083db8dc65797ef3596d3072df8a550
coccinelle
dup-fcntl.cocci
Fork and Edit
Blob
Blame
History
Raw
@@ expression fd; @@ - dup(fd) + fcntl(fd, F_DUPFD, 3)