From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22036 invoked by alias); 27 Oct 2007 15:45:28 -0000 Received: (qmail 22018 invoked by uid 22791); 27 Oct 2007 15:45:27 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 27 Oct 2007 15:45:25 +0000 Received: from Relay2.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id DCDB122D45 for ; Sat, 27 Oct 2007 17:45:22 +0200 (CEST) From: Andreas Jaeger To: libc-hacker@sources.redhat.com Subject: BZ 5040: Add EPOLLRDHUP OpenPGP: id=C272A126; url=http://www.suse.de/~aj/keys.txt Date: Sat, 27 Oct 2007 15:45:00 -0000 Message-ID: <874pgcpnn2.fsf@suse.de> User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00025.txt.bz2 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-length: 1380 Ok to commit? This adds a new value that was missing, Andreas 2007-10-27 Andreas Jaeger , [BZ #5040] * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add=20 value. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Index: sysdeps/unix/sysv/linux/sys/epoll.h --- sysdeps/unix/sysv/linux/sys/epoll.h 11 Oct 2006 20:19:15 -0000 1.6 +++ sysdeps/unix/sysv/linux/sys/epoll.h 27 Oct 2007 15:44:24 -0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, In= c. +/* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundati= on, Inc. This file is part of the GNU C Library. =20 The GNU C Library is free software; you can redistribute it and/or @@ -53,6 +53,8 @@ enum EPOLL_EVENTS #define EPOLLERR EPOLLERR EPOLLHUP =3D 0x010, #define EPOLLHUP EPOLLHUP + EPOLLRDHUP =3D 0x2000, +#define EPOLLRDHUP EPOLLRDHUP EPOLLONESHOT =3D (1 << 30), #define EPOLLONESHOT EPOLLONESHOT EPOLLET =3D (1 << 31) --=20 Andreas Jaeger, Director Platform / openSUSE, aj@suse.de SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG N=FCrnberg) Maxfeldstr. 5, 90409 N=FCrnberg, Germany GPG fingerprint =3D 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 --=-=-= Content-Type: application/pgp-signature Content-length: 193 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) iD8DBQFHI10ROJpWPMJyoSYRArynAJ9CXpg8Eum0Iy6QU3c/Tmn+h4JfWwCgjufD XtQlJB2s5oxi9Vl2zt3hxpU= =he5v -----END PGP SIGNATURE----- --=-=-=--