Hello bde@
Maybe change it as it is in NetBSD would be better:
http://netbsd.gw.com/cgi-bin/man-cgi?bcopy+3+NetBSD-current
They still mention about memcpy(3). However, I need to check their
implementation.
What do you think?
2015-08-12 11:51 GMT+08:00 Bruce Evans :
> On Wed, 12 Aug 2015, Marce
On Wed, 12 Aug 2015, Marcelo Araujo wrote:
Log:
Describe that bcopy(3) is deprecated and marked as LEGACY in
POSIX.1-2001 and removed from the specification in POSIX.1-2008.
Only new and old POSIX software and all Standard C software. Standard
C never had bcopy(). POSIX didn't have it unti
2015-08-12 8:49 GMT+08:00 Marcelo Araujo :
> Author: araujo
> Date: Wed Aug 12 00:49:20 2015
> New Revision: 286651
> URL: https://svnweb.freebsd.org/changeset/base/286651
>
> Log:
> Describe that bcopy(3) is deprecated and marked as LEGACY in
> POSIX.1-2001 and removed from the specification
Author: araujo
Date: Wed Aug 12 00:49:20 2015
New Revision: 286651
URL: https://svnweb.freebsd.org/changeset/base/286651
Log:
Describe that bcopy(3) is deprecated and marked as LEGACY in
POSIX.1-2001 and removed from the specification in POSIX.1-2008.
New softwares shall use memcpy(3) or mem