HomeFreeBSD

Remove bcopy(), bzero(), bcmp()

Description

Remove bcopy(), bzero(), bcmp()

bcopy() has a confusing argument order and is actually a move, not a
copy; they're all deprecated since POSIX.1-2001 and removed in -2008,
and we shim them out to mem*() on Linux anyway

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #12996

Details

Provenance
наб <nabijaczleweli@nabijaczleweli.xyz>Authored on Feb 25 2022, 1:26 PM
Brian Behlendorf <behlendorf1@llnl.gov>Committed on Mar 15 2022, 10:13 PM
Parents
rG1d77d62f5a77: libspl: include: sys/vtoc.h: reduce to absolute barest minimum
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rG861166b02701: Remove bcopy(), bzero(), bcmp() (authored by наб <nabijaczleweli@nabijaczleweli.xyz>).Mar 15 2022, 10:13 PM