Module Name:    src
Committed By:   jmcneill
Date:           Sat Aug 13 11:10:31 UTC 2011

Modified Files:
        src/lib/librt: aio_return.3

Log Message:
aio_return returns ssize_t not int


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/librt/aio_return.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/librt/aio_return.3
diff -u src/lib/librt/aio_return.3:1.4 src/lib/librt/aio_return.3:1.5
--- src/lib/librt/aio_return.3:1.4	Mon May 17 19:22:31 2010
+++ src/lib/librt/aio_return.3	Sat Aug 13 11:10:31 2011
@@ -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

Reply via email to