11-15-2007
15,
0
Join Date: Aug 2007
Last Activity: 14 May 2010, 5:08 AM EDT
Posts: 15
Thanks Given: 0
Thanked 0 Times in 0 Posts
sys_nerr and *sys_errlist[] in 64-bit
The variables
sys_nerr and *sys_errlist[]
no more exist in 64-bit compiler option.I know one way is to use strerror() function.But I have very long interlinked code which i have to migrate from 32-bit to 64-bit .Can any one tell any other way of doing the same without modifying much od the code??is there any other way to include some more header files or else?
thanks a lot in advance!