From b6cc3bc460dbae4c1ca13420b3042f223fd4d0d2 Mon Sep 17 00:00:00 2001 From: Andy Dougherty Date: Fri, 22 Jun 2001 10:29:51 -0400 Subject: Further tiny bcopy cleanup Message-ID: p4raw-id: //depot/perl@10831 --- vos/config.alpha.h | 8 ++++---- vos/config.ga.h | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'vos') diff --git a/vos/config.alpha.h b/vos/config.alpha.h index 72a0e3db90..e62bec2c3b 100644 --- a/vos/config.alpha.h +++ b/vos/config.alpha.h @@ -1828,7 +1828,7 @@ /* HAS_SAFE_BCOPY: * This symbol, if defined, indicates that the bcopy routine is available - * to copy potentially overlapping memory blocks. Otherwise you should + * to copy potentially overlapping memory blocks. Normally, you should * probably use memmove() or memcpy(). If neither is defined, roll your * own version. */ @@ -1836,9 +1836,9 @@ /* HAS_SAFE_MEMCPY: * This symbol, if defined, indicates that the memcpy routine is available - * to copy potentially overlapping memory blocks. Otherwise you should - * probably use memmove() or memcpy(). If neither is defined, roll your - * own version. + * to copy potentially overlapping memory blocks. If you need to + * copy overlapping memory blocks, you should check HAS_MEMMOVE and + * use memmove() instead, if available. */ /*#define HAS_SAFE_MEMCPY /**/ diff --git a/vos/config.ga.h b/vos/config.ga.h index 6cc7db0568..7529d70217 100644 --- a/vos/config.ga.h +++ b/vos/config.ga.h @@ -1828,7 +1828,7 @@ /* HAS_SAFE_BCOPY: * This symbol, if defined, indicates that the bcopy routine is available - * to copy potentially overlapping memory blocks. Otherwise you should + * to copy potentially overlapping memory blocks. Normally, you should * probably use memmove() or memcpy(). If neither is defined, roll your * own version. */ @@ -1836,9 +1836,9 @@ /* HAS_SAFE_MEMCPY: * This symbol, if defined, indicates that the memcpy routine is available - * to copy potentially overlapping memory blocks. Otherwise you should - * probably use memmove() or memcpy(). If neither is defined, roll your - * own version. + * to copy potentially overlapping memory blocks. If you need to + * copy overlapping memory blocks, you should check HAS_MEMMOVE and + * use memmove() instead, if available. */ /*#define HAS_SAFE_MEMCPY /**/ -- cgit v1.2.1