From d1d87801792096cd68e73811ee0022c0524f6c69 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 11 Nov 2008 21:22:58 -0500 Subject: [PATCH] epoll.7: Note glibc version that added epoll support Signed-off-by: Michael Kerrisk --- man7/epoll.7 | 1 + 1 file changed, 1 insertion(+) diff --git a/man7/epoll.7 b/man7/epoll.7 index e6b163e53..37f76bdb6 100644 --- a/man7/epoll.7 +++ b/man7/epoll.7 @@ -504,6 +504,7 @@ The .B epoll API was introduced in Linux kernel 2.5.44. Its interface should be finalized in Linux kernel 2.5.66. +Support was added to glibc in version 2.3.2. .SH CONFORMING TO The .B epoll