]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
mips: Fix __libc_pread prototype
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Wed, 7 Jan 2015 18:26:26 +0000 (16:26 -0200)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Wed, 7 Jan 2015 18:26:26 +0000 (16:26 -0200)
This patch fixes the __libc_pread prototype change from
14bb4e57c094849228ad8524693ab9432c38396c.

ChangeLog
sysdeps/unix/sysv/linux/mips/pread.c

index f5631c351b2bd97e6f01f3971345c4358c215431..98d3dc2a8ce3dcf7c4f06f7a466dc0d7680f76dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
+
+       * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
+       prototype.
+
 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
 
        * posix/regcomp.c (parse_bracket_exp): Initialize type to
index c301067478c1bf57c034fc53e2bd99e110e1785c..a7b16189681d4c01e5b14208885d45c58aff859e 100644 (file)
@@ -36,7 +36,7 @@
 
 
 ssize_t
-__libc_pread (int fd, void *buf, size_t count, off_t offset):
+__libc_pread (int fd, void *buf, size_t count, off_t offset)
 {
   ssize_t result;