diff options
Diffstat (limited to 'doc/libstddjb/gccattributes.html')
-rw-r--r-- | doc/libstddjb/gccattributes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libstddjb/gccattributes.html b/doc/libstddjb/gccattributes.html index 1e66aee..71a5e97 100644 --- a/doc/libstddjb/gccattributes.html +++ b/doc/libstddjb/gccattributes.html @@ -33,7 +33,7 @@ of gcc does not support the wanted attribute. </p> <pre> - extern unsigned int str_len (char const *) gccattr_pure ; + extern size_t str_len (char const *) gccattr_pure ; </pre> <p> |