Don't redefine ERSCH, EINTR and ENODEV if we're using GUSI2.
This commit is contained in:
parent
6be3480083
commit
a9f56e5c54
|
@ -50,9 +50,11 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#define EROFS (-44)
|
||||
#endif
|
||||
|
||||
#ifndef USE_GUSI2
|
||||
#define ESRCH 3
|
||||
#define EINTR 4
|
||||
#define ENODEV 19
|
||||
#endif
|
||||
#ifndef _POSIX
|
||||
#define EBADF 9
|
||||
#define EINVAL 22
|
||||
|
|
Loading…
Reference in New Issue