]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add mmap64 alias.
authorUlrich Drepper <drepper@redhat.com>
Mon, 16 Nov 1998 12:01:02 +0000 (12:01 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 16 Nov 1998 12:01:02 +0000 (12:01 +0000)
sysdeps/unix/sysv/linux/arm/mmap.S
sysdeps/unix/sysv/linux/m68k/mmap.S

index 905303e8e3a553d912d551cb3002efcd4887d594..f9a773fc6892614866a5b1d6489f97b405d362fc 100644 (file)
@@ -37,3 +37,4 @@ ENTRY (__mmap)
 PSEUDO_END (__mmap)
 
 weak_alias (__mmap, mmap)
+weak_alias (__mmap, mmap64)
index 94578311b3c0d00692366aa7e3dfbd697fc442e5..c7015ae8b06fa59b216b360cc454731b8388766f 100644 (file)
@@ -41,3 +41,4 @@ ENTRY (__mmap)
 PSEUDO_END (__mmap)
 
 weak_alias (__mmap, mmap)
+weak_alias (__mmap, mmap64)