]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(mmap64): Remove weak alias.
authorUlrich Drepper <drepper@redhat.com>
Tue, 4 Jan 2000 19:54:40 +0000 (19:54 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 4 Jan 2000 19:54:40 +0000 (19:54 +0000)
sysdeps/unix/sysv/linux/i386/mmap.S

index a9929c8be1a639b0a65db4462183171e5d1020a2..cdb517c0e4ba362888a3eaa1651d203d1d3f0ed0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -46,4 +46,3 @@ L(pseudo_end):
 PSEUDO_END (__mmap)
 
 weak_alias (__mmap, mmap)
-weak_alias (__mmap, mmap64)