From 94b0eba23095748ce4484a3e1eec38b5bdd76621 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 4 Jan 2000 19:54:40 +0000 Subject: [PATCH] (mmap64): Remove weak alias. --- sysdeps/unix/sysv/linux/i386/mmap.S | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sysdeps/unix/sysv/linux/i386/mmap.S b/sysdeps/unix/sysv/linux/i386/mmap.S index a9929c8be1a..cdb517c0e4b 100644 --- a/sysdeps/unix/sysv/linux/i386/mmap.S +++ b/sysdeps/unix/sysv/linux/i386/mmap.S @@ -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) -- 2.47.2