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