bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: new module 'errno'


From: Paolo Bonzini
Subject: Re: new module 'errno'
Date: Sun, 14 Sep 2008 14:40:56 +0200
User-agent: Thunderbird 2.0.0.16 (Macintosh/20080707)

Great, I will remove the relevant code from my sys_socket module and
make it dependent on errno.

I will also modify it to do

 errno = (err < 10025 ? err - 10000 :
          err == WSAENAMETOOLONG ? ENAMETOOLONG :
          err == WSAENOTEMPTY ? ENOTEMPTY :
          err);

Thanks,

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]