From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cxcy1-0003QK-AU for guix-patches@gnu.org; Mon, 10 Apr 2017 13:19:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cxcxy-0000bL-4V for guix-patches@gnu.org; Mon, 10 Apr 2017 13:19:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43239) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cxcxy-0000bH-1W for guix-patches@gnu.org; Mon, 10 Apr 2017 13:19:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cxcxx-0005Uq-Me for guix-patches@gnu.org; Mon, 10 Apr 2017 13:19:01 -0400 Subject: bug#26341: [PATCH 1/5] build: syscalls: Add reboot. Resent-Message-ID: References: <20170408160329.4068-1-m.othacehe@gmail.com> <20170408160329.4068-2-m.othacehe@gmail.com> <87lgr8fvk7.fsf@gnu.org> <8637dgs8nt.fsf@gmail.com> <87mvbobcrk.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: <87mvbobcrk.fsf@gnu.org> Date: Mon, 10 Apr 2017 19:18:06 +0200 Message-ID: <87y3v8yyep.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 26341@debbugs.gnu.org > Yes, I think it would be enough. Ok so, here's a new serie using this macro ! Thanks, Mathieu