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