diff options
author | Roland McGrath <roland@gnu.org> | 1995-02-21 08:07:34 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-02-21 08:07:34 +0000 |
commit | 67a87b936eaab25dc983e979e5a548256d1a527a (patch) | |
tree | cc821a229df7ee0d081df42258c31c241b78c0ef /string | |
parent | 787126fe16e340c8a0c4301d4cab942973d7d85c (diff) | |
download | glibc-67a87b936eaab25dc983e979e5a548256d1a527a.zip glibc-67a87b936eaab25dc983e979e5a548256d1a527a.tar.gz glibc-67a87b936eaab25dc983e979e5a548256d1a527a.tar.bz2 |
* 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.
Diffstat (limited to 'string')
-rw-r--r-- | string/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/Makefile b/string/Makefile index a4ba83b..1fa63c2 100644 --- a/string/Makefile +++ b/string/Makefile @@ -33,7 +33,7 @@ routines := strcat strchr strcmp strcoll strcpy strcspn strdup \ swab strfry memfrob memmem tests := tester testcopy test-ffs -distribute := memcopy.h +distribute := memcopy.h pagecopy.h include ../Rules |