Source-Changes-HG archive

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

[src/trunk]: src/lib/librt aio_return returns ssize_t not int



details:   https://anonhg.NetBSD.org/src/rev/dd89629f5e0d
branches:  trunk
changeset: 768259:dd89629f5e0d
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Aug 13 11:10:31 2011 +0000

description:
aio_return returns ssize_t not int

diffstat:

 lib/librt/aio_return.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r bf547cf1a7b9 -r dd89629f5e0d lib/librt/aio_return.3
--- a/lib/librt/aio_return.3    Sat Aug 13 10:58:32 2011 +0000
+++ b/lib/librt/aio_return.3    Sat Aug 13 11:10:31 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: aio_return.3,v 1.4 2010/05/17 19:22:31 jruoho Exp $
+.\" $NetBSD: aio_return.3,v 1.5 2011/08/13 11:10:31 jmcneill Exp $
 .\"
 .\" Copyright (c) 1999 Softweyr LLC.
 .\" All rights reserved.
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD: /repoman/r/ncvs/src/lib/libc/sys/aio_return.2,v 1.19 2006/10/07 10:49:20 trhodes Exp $
 .\"
-.Dd May 17, 2010
+.Dd August 13, 2011
 .Dt AIO_RETURN 3
 .Os
 .Sh NAME
@@ -36,7 +36,7 @@
 .Lb librt
 .Sh SYNOPSIS
 .In aio.h
-.Ft int
+.Ft ssize_t
 .Fn aio_return "struct aiocb *aiocbp"
 .Sh DESCRIPTION
 The



Home | Main Index | Thread Index | Old Index