Kaydet (Commit) a9f56e5c authored tarafından Jack Jansen's avatar Jack Jansen

Don't redefine ERSCH, EINTR and ENODEV if we're using GUSI2.

üst 6be34800
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment