Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/netbsd32 readlinkat returns ssize_t
details: https://anonhg.NetBSD.org/src/rev/9b75b7535b33
branches: trunk
changeset: 336304:9b75b7535b33
user: christos <christos%NetBSD.org@localhost>
date: Wed Feb 25 13:16:33 2015 +0000
description:
readlinkat returns ssize_t
diffstat:
sys/compat/netbsd32/syscalls.master | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9968b8e7f938 -r 9b75b7535b33 sys/compat/netbsd32/syscalls.master
--- a/sys/compat/netbsd32/syscalls.master Wed Feb 25 13:06:13 2015 +0000
+++ b/sys/compat/netbsd32/syscalls.master Wed Feb 25 13:16:33 2015 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.101 2014/06/13 10:36:18 joerg Exp $
+ $NetBSD: syscalls.master,v 1.102 2015/02/25 13:16:33 christos Exp $
; from: NetBSD: syscalls.master,v 1.81 1998/07/05 08:49:50 jonathan Exp
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -1008,7 +1008,7 @@
const netbsd32_charp path, \
int oflags, ... \
mode_t mode); }
-469 STD { int|netbsd32||readlinkat(int fd, \
+469 STD { netbsd32_ssize_t|netbsd32||readlinkat(int fd, \
const netbsd32_charp path, \
netbsd32_charp buf, \
size_t bufsize); }
Home |
Main Index |
Thread Index |
Old Index