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