From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24269 invoked by alias); 12 Jan 2008 16:39:43 -0000 Received: (qmail 24253 invoked by uid 22791); 12 Jan 2008 16:39:43 -0000 X-Spam-Check-By: sourceware.org Received: from cantor2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 12 Jan 2008 16:39:22 +0000 Received: from Relay2.suse.de (relay-ext.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 9B7472FE6B for ; Sat, 12 Jan 2008 17:39:19 +0100 (CET) Received: by x61s.moeb (Postfix, from userid 1000) id 6E89E1B8CF2; Sat, 12 Jan 2008 17:39:18 +0100 (CET) From: Andreas Jaeger To: GNU libc hackers Subject: x86-64 sys/epoll.h fix OpenPGP: id=C272A126; url=http://www.suse.de/~aj/keys.txt Date: Sat, 12 Jan 2008 16:39:00 -0000 Message-ID: <874pdjkngs.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: 2008-01/txt/msg00004.txt.bz2 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-length: 1446 EPOLLRDHUP was missed to be added for x86-64. Ok to commit? Andreas 2008-01-12 Andreas Jaeger [BZ #5040] * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS): Add EPOLLRDHUP. Index: sysdeps/unix/sysv/linux/x86_64/sys/epoll.h =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=3D=3D=3D=3D=3D=3D=3D --- sysdeps/unix/sysv/linux/x86_64/sys/epoll.h 21 May 2007 18:23:01 -0000 1= .4 +++ sysdeps/unix/sysv/linux/x86_64/sys/epoll.h 12 Jan 2008 16:38:53 -0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2002,2003,2004,2005,2006,2007 Free Software Foundation, I= nc. +/* Copyright (C) 2002,2003,2004,2005,2006,2007,2008 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) iD8DBQFHiO02OJpWPMJyoSYRAiIgAJ9WWzNk64Gfiu/37In69XxtzApHlACeL99H OOT6D6s2dnvPBW8jhjeRllM= =7aRO -----END PGP SIGNATURE----- --=-=-=--