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 f5631c3..98d3dc2 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 c301067..a7b1618 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;