From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19127 invoked by alias); 6 Jan 2013 22:14:58 -0000 Received: (qmail 19103 invoked by uid 22791); 6 Jan 2013 22:14:56 -0000 X-SWARE-Spam-Status: No, hits=-5.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-oa0-f42.google.com (HELO mail-oa0-f42.google.com) (209.85.219.42) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 06 Jan 2013 22:14:50 +0000 Received: by mail-oa0-f42.google.com with SMTP id j1so17161599oag.1 for ; Sun, 06 Jan 2013 14:14:50 -0800 (PST) Received: by 10.182.182.68 with SMTP id ec4mr4059523obc.26.1357510489983; Sun, 06 Jan 2013 14:14:49 -0800 (PST) MIME-Version: 1.0 Received: by 10.76.135.202 with HTTP; Sun, 6 Jan 2013 14:14:29 -0800 (PST) In-Reply-To: <50E3F5F2.3040905@suse.com> References: <50E3F5F2.3040905@suse.com> From: KOSAKI Motohiro Date: Sun, 06 Jan 2013 22:14:00 -0000 Message-ID: Subject: Re: BZ#14985: Remove erroneous EPOLL_NONBLOCK To: Andreas Jaeger Cc: libc-alpha , "libc-ports@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 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 X-SW-Source: 2013-01/txt/msg00003.txt.bz2 On Wed, Jan 2, 2013 at 3:55 AM, Andreas Jaeger wrote: > The Linux kernel does not define EPOLL_NONBLOCK at all, so the define we have in the glibc headers is wrong. > > Here's a patch to remove this. This looks fine to me at least.