Em 12-08-2012 13:38, Antti Palosaari escreveu:
> Subject says it all. Which one error value is most suitable / generic ?
>
> Here are few ones I found which could be possible:
>
> #define EPERM1 /* Operation not permitted */
> #define EAGAIN 11 /* Try again */
> #define EACCES
Subject says it all. Which one error value is most suitable / generic ?
Here are few ones I found which could be possible:
#define EPERM1 /* Operation not permitted */
#define EAGAIN 11 /* Try again */
#define EACCES 13 /* Permission denied */
#define EBUSY 16 /* Devi