|
Re: conflicting types for 'xfer_cpy_diov' (svn HEAD)
|
03/05/2008 12:17 PM
post5535
|
Re: conflicting types for 'xfer_cpy_diov' (svn HEAD)
The repository shows the following for kerproto.h and arm/nano_xfer_cpy.c
repectively which is entirely consistent. Are you up-to-date? Are you seeing
something different from the external site?
int (xfer_cpy_diov)(THREAD* thpd, IOV *dst, uint8_t *saddr,
int dparts, unsigned slen);
int xfer_cpy_diov(THREAD* thpd, IOV *dst, uint8_t *saddr, int dparts,
unsigned slen) {
Prem Mallappa wrote:
Hi,
Latest svn HEAD compiled with GCC 4.2.1 bails out with this. (not hard to
fix, but should be fixed in SVN)
/usr/local/src/qnx/src/core_os/services/system/ker/arm/nano_xfer_cpy.c:83:
error: conflicting types for 'xfer_cpy_diov'
/usr/local/src/qnx/src/core_os/services/system/ker/./kerproto.h:170: error:
previous declaration of 'xfer_cpy_diov' was here
/Prem
_______________________________________________
OSMeta
http://community.qnx.com/sf/go/post5534
<http://community.qnx.com/sf/go/post5534>
|
|
|