delorie.com/archives/browse.cgi | search |
Corinna Vinschen wrote: > Prentis Brooks wrote: > > [...] > > Ok... that is not it... percent_m.c does include <errno.h> > [...] > You'll have to do sth like that: > > #ifdef __CYGWIN__ > # define sys_nerr _sys_nerr > # define sys_errlist _sys_errlist > #else > extern int sys_nerr; > extern char *sys_errlist[] > #endif > > Corinna Shouldn't sys_nerr and sys_errlist be defined in stdio.h or stdlib.h??? Corinna
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |