Don't call ReadArgs() if started from WB.
[tangerine.git] / compiler / clib / include / sys / _iovec.h
blob3f2b972ccbc994c1e934aea4fe459b303db0a6fb
1 #ifndef _SYS__IOVEC_H_
2 #define _SYS__IOVEC_H_
3 /*
4 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
5 $Id$
6 */
8 #include <sys/_types.h>
10 struct iovec
12 void *iov_base;
13 __size_t iov_len;
16 #endif /* _SYS__IOVEC_H_ */