From 04905aaeffba2bc77866a4056dc3f2020a86bb26 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Wed, 8 Mar 2017 09:39:11 +0000
Subject: Update documentation for the types change, with some extra fixes
Also remove --enable-replace-libc from configure
---
doc/libstddjb/gccattributes.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'doc/libstddjb/gccattributes.html')
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.
- extern unsigned int str_len (char const *) gccattr_pure ;
+ extern size_t str_len (char const *) gccattr_pure ;
--
cgit v1.3.1