On Sun, Jan 25, 2009 at 1:43 PM, Jiri Palecek <[email protected]> wrote: > Hello, > > This is a patch inspired by numerous whining recently seen on ltp-list > concerning compile failures when libaio is not present. > > This includes changes: > > - add stubs to the aio tests > - remove -laio from doio and pipeio makefile, as it was superfluous
> #define _XOPEN_SOURCE 600 Wrong -- use GNU_SOURCE or something along those lines... > +#else > +int main() Where's the corresponding #if or #ifdef ? > +int main() Please use int main(void) here to avoid complaints from SA tools. > + tst_brkm(TCONF, tst_exit, "libaio missing"); Thanks, -Garrett ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
