mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
add comment FALLTHROUGH which recognize by many lint tools
This commit is contained in:
committed by
Matt Johnston
parent
da85400e57
commit
1dba0d4830
@@ -53,6 +53,7 @@ atomicio(f, fd, _s, n)
|
||||
if (errno == EINTR || errno == EAGAIN)
|
||||
#endif
|
||||
continue;
|
||||
/* FALLTHROUGH */
|
||||
case 0:
|
||||
return (res);
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user