aboutsummaryrefslogtreecommitdiffstats
path: root/include/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/string.h')
-rw-r--r--include/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/string.h b/include/string.h
index 8369f30..758ca6e 100644
--- a/include/string.h
+++ b/include/string.h
@@ -293,7 +293,7 @@ void* memcmove(void*, const void*, int, size_t);
*
* @since Always.
*/
-char* strset(char* str, int c);
+char* strset(char* str, int c)
__GCC_ONLY(__attribute__((__returns_nonnull__, __nonnull__)));
#endif