]> git.corax.cc Git - corax/commitdiff
Merge branch 'sched-next' of ssh://corax.cc:2975/home/mk/devel/corax into sched-next
authorMatthias Kruk <m@m10k.eu>
Mon, 10 Feb 2020 10:42:06 +0000 (19:42 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 10 Feb 2020 10:42:06 +0000 (19:42 +0900)
1  2 
include/corax/errno.h

index ea48200fc37e280ab7463bc97c4381c17c9b2f1b,c73783c7389c2221f3e80f4e6810cd380df8ba21..dfdc4c7c8d9d7f342483217c372e6a82eb49cb4f
@@@ -38,6 -38,6 +38,7 @@@
  #define ERANGE        17
  #define EBADFD        18
  #define EBUSY         19
 -#define EOVERFLOW     20
 +#define EINTR         20
++#define EOVERFLOW     21
  
  #endif /* __CORAX_ERRNO_H */