From: Ulrich Drepper Date: Thu, 16 Mar 2000 07:07:13 +0000 (+0000) Subject: Make __pwrite64 weak alias. X-Git-Tag: upstream/2.30~10627^2~2645 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=59e14c2112c9b7a6bbdab7042d23223fa30e2ec1;p=external%2Fglibc.git Make __pwrite64 weak alias. --- diff --git a/sysdeps/unix/sysv/linux/mips/pwrite64.c b/sysdeps/unix/sysv/linux/mips/pwrite64.c index 2086f76..295a175 100644 --- a/sysdeps/unix/sysv/linux/mips/pwrite64.c +++ b/sysdeps/unix/sysv/linux/mips/pwrite64.c @@ -63,7 +63,7 @@ __libc_pwrite64 (fd, buf, count, offset) return result; } -strong_alias (__libc_pwrite64, __pwrite64) +weak_alias (__libc_pwrite64, __pwrite64) weak_alias (__libc_pwrite64, pwrite64) # define __libc_pwrite64(fd, buf, count, offset) \ @@ -73,4 +73,3 @@ weak_alias (__libc_pwrite64, pwrite64) #if __ASSUME_PWRITE_SYSCALL == 0 # include #endif -