mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 18:56:39 +02:00
Make source const.
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
|
||||
void
|
||||
memmove (dest, source, length)
|
||||
char *dest, *source;
|
||||
char *dest;
|
||||
const char *source;
|
||||
unsigned length;
|
||||
{
|
||||
if (source < dest)
|
||||
|
||||
Reference in New Issue
Block a user