* commit '2f44c05bc54073aa6decfc5d933b7e77e7ce5768': Use the kernel's MAX_ERRNO in the syscall stubs.
This commit is contained in:
@@ -22,5 +22,8 @@
|
||||
#include <asm/errno.h>
|
||||
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||
#define MAX_ERRNO 4095
|
||||
#ifndef __ASSEMBLY__
|
||||
#define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO)
|
||||
#endif
|
||||
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user