From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Wed, 4 Mar 2020 17:45:21 +0100 Subject: [LTP] [PATCH 1/2] lib: Add safe timerfd macros In-Reply-To: References: <20200304151201.19117-1-pvorel@suse.cz> Message-ID: <20200304164521.GA5603@dell5510> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi Martin, > I forgot to add one more thing: making the return value checks more > pedantic would also be nice. I guess you mean if (rval == -1). Sure, I'll do that. Kind regards, Petr