Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/kern/lib/libsys_linux Adjust pread/pwrite signature...



details:   https://anonhg.NetBSD.org/src/rev/f0d0851de981
branches:  trunk
changeset: 329069:f0d0851de981
user:      njoly <njoly%NetBSD.org@localhost>
date:      Sun May 04 10:30:39 2014 +0000

description:
Adjust pread/pwrite signature to match reality.

diffstat:

 sys/rump/kern/lib/libsys_linux/syscalls.master |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r e52b393d4f78 -r f0d0851de981 sys/rump/kern/lib/libsys_linux/syscalls.master
--- a/sys/rump/kern/lib/libsys_linux/syscalls.master    Sun May 04 10:10:39 2014 +0000
+++ b/sys/rump/kern/lib/libsys_linux/syscalls.master    Sun May 04 10:30:39 2014 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.14 2014/04/04 18:24:12 njoly Exp $
+       $NetBSD: syscalls.master,v 1.15 2014/05/04 10:30:39 njoly Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 
@@ -256,9 +256,9 @@
 171    UNIMPL          1.0 shmsys
 172    UNIMPL
 173    NOARGS          { ssize_t|sys||pread(int fd, char *buf, \
-                           size_t nbyte, int PAD, linux_off_t offset); }
+                           size_t nbyte, int PAD, off_t offset); }
 174    NOARGS          { ssize_t|sys||pwrite(int fd, char *buf, \
-                           size_t nbyte, int PAD, linux_off_t offset); }
+                           size_t nbyte, int PAD, off_t offset); }
 175    UNIMPL          ntp_gettime
 176    UNIMPL          ntp_adjtime
 177    UNIMPL



Home | Main Index | Thread Index | Old Index