We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12cb292 commit 2be940fCopy full SHA for 2be940f
explicit_bzero.c
@@ -51,4 +51,6 @@ void explicit_bzero(void *p, size_t n) {
51
52
#endif /* HAVE_MEMSET_S */
53
54
+#else /* HAVE_EXPLICIT_BZERO */
55
+typedef int make_iso_compilers_happy;
56
#endif /* HAVE_EXPLICIT_BZERO */
0 commit comments