* BZ 5040: Add EPOLLRDHUP
@ 2007-10-27 15:45 Andreas Jaeger
2007-10-28 1:34 ` Ulrich Drepper
0 siblings, 1 reply; 2+ messages in thread
From: Andreas Jaeger @ 2007-10-27 15:45 UTC (permalink / raw)
To: libc-hacker
[-- Attachment #1: Type: text/plain, Size: 1268 bytes --]
Ok to commit? This adds a new value that was missing,
Andreas
2007-10-27 Andreas Jaeger <aj@suse.de>,
[BZ #5040]
* sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add
value.
============================================================
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, Inc.
+/* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -53,6 +53,8 @@ enum EPOLL_EVENTS
#define EPOLLERR EPOLLERR
EPOLLHUP = 0x010,
#define EPOLLHUP EPOLLHUP
+ EPOLLRDHUP = 0x2000,
+#define EPOLLRDHUP EPOLLRDHUP
EPOLLONESHOT = (1 << 30),
#define EPOLLONESHOT EPOLLONESHOT
EPOLLET = (1 << 31)
--
Andreas Jaeger, Director Platform / openSUSE, aj@suse.de
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
Maxfeldstr. 5, 90409 Nürnberg, Germany
GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
[-- Attachment #2: Type: application/pgp-signature, Size: 193 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: BZ 5040: Add EPOLLRDHUP
2007-10-27 15:45 BZ 5040: Add EPOLLRDHUP Andreas Jaeger
@ 2007-10-28 1:34 ` Ulrich Drepper
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2007-10-28 1:34 UTC (permalink / raw)
To: Andreas Jaeger; +Cc: libc-hacker
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Checked into trunk.
- --
â§ Ulrich Drepper â§ Red Hat, Inc. â§ 444 Castro St â§ Mountain View, CA â
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
iD8DBQFHI+ci2ijCOnn/RHQRAtEqAKCVfSNorw3h/R3frIrPTtluKnnfbgCfacvT
NrY3Tntd352KBIoEjAOMgEM=
=mkbv
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-28 1:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-27 15:45 BZ 5040: Add EPOLLRDHUP Andreas Jaeger
2007-10-28 1:34 ` Ulrich Drepper
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).