Re: [PATCH] Move is_negated_errno() to new header negated_errno.h

2017-07-14 Thread Dmitry V. Levin
On Fri, Jul 14, 2017 at 11:31:03AM +0200, Miodrag Dinic wrote: > From: Lazar Trsic > > Move is_negated_errno() to a separate new header file negated_errno.h > and include it just for architectures which require it. > > is_negated_errno() is not used on those architectures > that have a dedicated

[PATCH] Move is_negated_errno() to new header negated_errno.h

2017-07-14 Thread Miodrag Dinic
From: Lazar Trsic Move is_negated_errno() to a separate new header file negated_errno.h and include it just for architectures which require it. is_negated_errno() is not used on those architectures that have a dedicated register to signal a syscall error. The issue was raised when compiling wit