From 876dcf283deda87fb1e24f3f97546a00b7a9d503 Mon Sep 17 00:00:00 2001 From: Greg Ames Date: Tue, 8 Jan 2013 17:54:31 +0000 Subject: give John Brooks credit for his design, but don't feed his email to the spammers git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1430410 13f79535-47bb-0310-9956-ffa450edef68 --- poll/unix/z_asio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'poll') diff --git a/poll/unix/z_asio.c b/poll/unix/z_asio.c index b08ebe233..d28b4a1ee 100644 --- a/poll/unix/z_asio.c +++ b/poll/unix/z_asio.c @@ -16,7 +16,8 @@ * ****************************************************************************** * - * This implementation is based on the z/OS sockets async i/o facility. When a + * This implementation is based on a design by John Brooks (IBM Pok) which uses + * the z/OS sockets async i/o facility. When a * socket is added to the pollset, an async poll is issued for that individual * socket. It specifies that the kernel should send an IPC message when the * socket becomes ready. The IPC messages are sent to a single message queue -- cgit v1.2.1