Log In
source-git
/
systemd
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
ac52405c34399ae5be45ab275940bcfa72de2b1d
ac52405c34399ae5be45ab275940bcfa72de2b1d
coccinelle
while-true.cocci
Fork and Edit
Blob
Blame
History
Raw
@@
statement s;
@@
-
while
(true)
+
for
(;;)
s
@@
statement s;
@@
-
while
(
1
)
+
for
(;;)
s