diff atomicio.c @ 1268:968be6f7cff6

add comment FALLTHROUGH which recognize by many lint tools
author Francois Perrad <francois.perrad@gadz.org>
date Thu, 31 Dec 2015 18:36:34 +0100
parents 1bb50993acf1
children 83d85b28b353
line wrap: on
line diff
--- a/atomicio.c	Thu Dec 31 18:02:21 2015 +0100
+++ b/atomicio.c	Thu Dec 31 18:36:34 2015 +0100
@@ -53,6 +53,7 @@
 			if (errno == EINTR || errno == EAGAIN)
 #endif
 				continue;
+			/* FALLTHROUGH */
 		case 0:
 			return (res);
 		default: