From 9399c12de52b29c259a15f59c2621c48efbe8ecd Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 16 Mar 2000 07:06:45 +0000 Subject: [PATCH] Make __pread64 weak alias. --- sysdeps/unix/sysv/linux/mips/pread64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/mips/pread64.c b/sysdeps/unix/sysv/linux/mips/pread64.c index 85fe77c..d17dbeb 100644 --- a/sysdeps/unix/sysv/linux/mips/pread64.c +++ b/sysdeps/unix/sysv/linux/mips/pread64.c @@ -63,7 +63,7 @@ __libc_pread64 (fd, buf, count, offset) return result; } -strong_alias (__libc_pread64, __pread64) +weak_alias (__libc_pread64, __pread64) weak_alias (__libc_pread64, pread64) # define __libc_pread64(fd, buf, count, offset) \ -- 2.7.4