mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-20 17:51:16 +00:00
Make __pread64 weak alias.
This commit is contained in:
parent
052065ad7b
commit
9399c12de5
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user