* MODULES.html.sh: Move memchr from obsolete to string.h section.
* lib/string.in.h (memchr): Simplify logic.
Signed-off-by: Eric Blake <ebb9@byu.net>
+2009-06-15 Eric Blake <ebb9@byu.net>
+
+ docs: memchr is no longer obsolete
+ * MODULES.html.sh: Move memchr from obsolete to string.h section.
+ * lib/string.in.h (memchr): Simplify logic.
+
2009-06-14 Jim Meyering <meyering@redhat.com>
link-follow: fix the "checking..." message to not mention trailing slash
func_module exit
func_module strtol
func_module strtoul
- func_module memchr
func_module memcmp
func_module memcpy
func_module memmove
func_begin_table
func_module bcopy
+ func_module memchr
func_module memchr2
func_module memmem
func_module memmem-simple
#if @GNULIB_MEMCHR@
# if @REPLACE_MEMCHR@
# define memchr rpl_memchr
-# endif
-# if @REPLACE_MEMCHR@
extern void *memchr (void const *__s, int __c, size_t __n)
__attribute__ ((__pure__));
# endif