2009/6/7, Igor Novoseltsev wrote: > > > #ifdef _WRS_KERNEL > > > extern int open (const char *, int, int); > > > #else > > > extern int open (const char *, int, ...); > > > #endif /* _WRS_KERNEL */ > > > > [...] > > Then why doesn't the 2-arg version work just fine? > > Has no answer... > [...] > But the compiler still asks for 3-argument prototype.
It has to be defined somewhere. Finding why and where might take some time ;-) BTW, committed Makefile.vxworks and docs\INSTALL changes. Thanks, -- -=[Yang]=-
