* modules/bcopy (Status, Notice): Mark as deprecated.
* doc/pastposix-functions/bcopy.texi: Mention that this module does not
declare bcopy().
+2024-08-27 Bruno Haible <bruno@clisp.org>
+
+ bcopy: Deprecate module.
+ * modules/bcopy (Status, Notice): Mark as deprecated.
+ * doc/pastposix-functions/bcopy.texi: Mention that this module does not
+ declare bcopy().
+
2024-08-27 Bruno Haible <bruno@clisp.org>
simple-atomic: Fix a clang warning on native Windows.
@item
This function is removed in POSIX.1-2008. Better use @code{memcpy}
or @code{memmove} instead.
+@item
+This module does not arrange to declare this function.
@end itemize
Description:
Old BSD bcopy() function: copy memory area.
+Status:
+deprecated
+
+Notice:
+This module is deprecated because the standard way to copy memory is memcpy().
+
Files:
lib/bcopy.c