From: hans@brandinnovators.com (Hans Zuidam)
Subject: Re: sys/uio.h no found gnuwin32
6 Nov 1996 02:27:31 -0800
Sender: daemon@cygnus.com
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <199611060903.KAA02659.cygnus.gnu-win32@truk.brandinnovators.com>
Content-Type: text
Original-To: gmarzot@baynetworks.com (Joe Marzot)
Original-Cc: gnu-win32@cygnus.com
In-Reply-To: <pdpw1sd30g.fsf@baynetworks.com> from "Joe Marzot" at Nov 5, 96 09:34:39 am
X-Mailer: ELM [version 2.4 PL24 ME8a]
Content-Length: 836       
Original-Sender: owner-gnu-win32@cygnus.com

> Joe Marzot wrote:
> not sure what the lineage of this header is but I find it available on
> linux and SunOS but can't find it in the gnuwin32 stuff.

Hi,
The <sys/uio.h> is used for scattter/gather I/O and for user-land
to kernel-land data movement in UNIX kernels.  On the user-level
of UNIX it is used by the system calls readv(2) and writev(2) (i.e.
try man 2 readv on Solaris or Linux).  If you're application really
needs these two they could be implemented using ordinary read(2)/write(2)
system calls.  If you need more information drop me a line,
					Hans

-- 
H. Zuidam                        E-Mail: hans@brandinnovators.com
Brand Innovators B.V.            P-Mail: P.O. Box 1377
de Pinckart 54                   5602 BJ Eindhoven, The Netherlands
5674 CC Nuenen                   Tel. +31 40 2631134, Fax. +31 40 2831138
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
