Dave Yeo
2005-01-05 18:31:53 UTC
While attempting to build XFree86 v4.4 with Innotek_libc I get missing symbol _files.
This is in os2Stubs.c which has a select (os2ClientSelect) added for speedup improvements
...
extern int _files[];
...
if(_files[i] & F_SOCKET)
...
etc
Anyway I can't find any info on files[] in the EMX docs or headers, just that it is in clib (emx.dll) as
_files @630 NONAME ; For backward compatibility
Any ideas for a workaround or if this will be added to Innotek_libc?
Dave
This is in os2Stubs.c which has a select (os2ClientSelect) added for speedup improvements
...
extern int _files[];
...
if(_files[i] & F_SOCKET)
...
etc
Anyway I can't find any info on files[] in the EMX docs or headers, just that it is in clib (emx.dll) as
_files @630 NONAME ; For backward compatibility
Any ideas for a workaround or if this will be added to Innotek_libc?
Dave