]> git.ipfire.org Git - thirdparty/glibc.git/commit - string/memcpy.c
* string/Makefile (distribute): Add pagecopy.h.
authorRoland McGrath <roland@gnu.org>
Tue, 21 Feb 1995 08:07:34 +0000 (08:07 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 21 Feb 1995 08:07:34 +0000 (08:07 +0000)
commit67a87b936eaab25dc983e979e5a548256d1a527a
treecc821a229df7ee0d081df42258c31c241b78c0ef
parent787126fe16e340c8a0c4301d4cab942973d7d85c
* string/Makefile (distribute): Add pagecopy.h.

* sysdeps/mach/pagecopy.h: New file.
* sysdeps/generic/pagecopy.h: New file.
* sysdeps/generic/memcpy.c: Include pagecopy.h; call
  PAGE_COPY_FWD_MAYBE first when word aligned.
* sysdeps/generic/memmove.c: Likewise.
ChangeLog
string/Makefile
sysdeps/generic/memcpy.c
sysdeps/generic/memmove.c
sysdeps/generic/pagecopy.h [new file with mode: 0644]
sysdeps/mach/pagecopy.h [new file with mode: 0644]