From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31938 invoked by alias); 29 Mar 2011 22:05:07 -0000 Received: (qmail 31926 invoked by uid 22791); 29 Mar 2011 22:05:06 -0000 X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 29 Mar 2011 22:05:00 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LIU00C00AMV4300@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Wed, 30 Mar 2011 00:04:43 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.47.180]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LIU00B27ANT03D0@a-mtaout20.012.net.il>; Wed, 30 Mar 2011 00:04:42 +0200 (IST) Date: Wed, 30 Mar 2011 04:12:00 -0000 From: Eli Zaretskii Subject: Re: [RFC] Missing sleep function for mingw hosts In-reply-to: To: Matt Rice Cc: pedro@codesourcery.com, gdb-patches@sourceware.org, pierre.muller@ics-cnrs.unistra.fr Reply-to: Eli Zaretskii Message-id: <83y63xr3b0.fsf@gnu.org> References: <004701cbede4$0ee18c20$2ca4a460$%muller@ics-cnrs.unistra.fr> <003001cbee11$49bb0880$dd311980$%muller@ics-cnrs.unistra.fr> <201103291523.46954.pedro@codesourcery.com> <831v1psnl9.fsf@gnu.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-03/txt/msg01189.txt.bz2 > Date: Tue, 29 Mar 2011 13:21:55 -0700 > From: Matt Rice > Cc: Pedro Alves , gdb-patches@sourceware.org, > pierre.muller@ics-cnrs.unistra.fr > > fwiw, looking at the output of: > > https://gitorious.org/gnulib-module-graph/gnulib-module-graph > > importing sleep brings in 2 dependencies which we do not already have, > unistd, and verify (in addition to the sleep module). Aha, and all that for a function whose definition, including empty lines and comments, is 14 lines (10 lines without that slack). Typical.