From patchwork Thu Jan 8 23:39:00 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 4580 Received: (qmail 3687 invoked by alias); 8 Jan 2015 23:39:04 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 3674 invoked by uid 89); 8 Jan 2015 23:39:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL, BAYES_00 autolearn=ham version=3.3.2 X-HELO: topped-with-meat.com MIME-Version: 1.0 From: Roland McGrath To: "GNU C. Library" Subject: [COMMITTED PATCH] Some #include cleanup in aio/timer code. Message-Id: <20150108233900.E70A12C3BC0@topped-with-meat.com> Date: Thu, 8 Jan 2015 15:39:00 -0800 (PST) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=SvUDtp+0 c=1 sm=1 tr=0 a=WkljmVdYkabdwxfqvArNOQ==:117 a=14OXPxybAAAA:8 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=yyIvQCYI0Ek1xcPIMu4A:9 a=sDIK3xnLb-u0cirQ:21 a=qM9Ceu6Q7KZaTE3-:21 a=CjuIK1q_8ugA:10 * sysdeps/pthread/timer_routines.c: Fix include to use instead. * sysdeps/pthread/aio_notify.c: Include for raise decl. --- a/sysdeps/pthread/aio_notify.c +++ b/sysdeps/pthread/aio_notify.c @@ -22,6 +22,7 @@ #include #include #include +#include #ifndef aio_start_notify_thread # define aio_start_notify_thread() do { } while (0) --- a/sysdeps/pthread/timer_routines.c +++ b/sysdeps/pthread/timer_routines.c @@ -29,7 +29,7 @@ #include #include "posix-timer.h" -#include +#include /* Number of threads used. */