-
由 Petr Tesarik 提交于
The x86-tracehook code now contains this line in syscall_get_error(): return error >= -4095L ? error : 0; Hard-wiring a constant is not nice. Let's use the IS_ERR_VALUE macro from linux/err.h instead. Signed-off-by: NPetr Tesarik <ptesarik@suse.cz> Cc: utrace-devel@redhat.com Acked-by: NRoland McGrath <roland@redhat.com> Signed-off-by: NIngo Molnar <mingo@elte.hu>
4ab4ba32