From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9373 invoked by alias); 1 May 2013 06:29:51 -0000 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org Received: (qmail 9353 invoked by uid 89); 1 May 2013 06:29:50 -0000 X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS,TW_FD autolearn=ham version=3.3.1 X-Spam-User: qpsmtpd, 2 recipients Received: from mail-ob0-f174.google.com (HELO mail-ob0-f174.google.com) (209.85.214.174) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 01 May 2013 06:29:50 +0000 Received: by mail-ob0-f174.google.com with SMTP id wc20so1086025obb.19 for ; Tue, 30 Apr 2013 23:29:48 -0700 (PDT) X-Received: by 10.60.65.100 with SMTP id w4mr355156oes.79.1367389788839; Tue, 30 Apr 2013 23:29:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.76.143.67 with HTTP; Tue, 30 Apr 2013 23:29:28 -0700 (PDT) In-Reply-To: <51808172.8060509@redhat.com> References: <1365900451-19026-1-git-send-email-kosaki.motohiro@gmail.com> <1365900451-19026-5-git-send-email-kosaki.motohiro@gmail.com> <51808172.8060509@redhat.com> From: KOSAKI Motohiro Date: Wed, 01 May 2013 06:29:00 -0000 Message-ID: Subject: Re: [PATCH 4/5] tst-chk1: add fd_set dynamic allocation test To: "Carlos O'Donell" Cc: libc-alpha , "libc-ports@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-05/txt/msg00007.txt.bz2 > Please add comments explaining *why* we are testing this usage > pattern e.g. Linux and BSDs support fds > FD_SETSIZE. OK.