From d4b46d874c0551511b6c267881ff1bdfb0a41da4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 1 Aug 2008 23:29:29 +0000 Subject: [PATCH] Little fix. --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9873ddea70..df99d09d84 100644 --- a/NEWS +++ b/NEWS @@ -23,7 +23,7 @@ Version 2.9 * New implementation of memmem, strstr, and strcasestr which is O(n). Implemented by Eric Blake. -* New Linux interfaces: inotify_init1, paccept, dup3, epoll_create2, pipe2 +* New Linux interfaces: inotify_init1, paccept, dup3, epoll_create1, pipe2 * Implement "e" option for popen to open file descriptor with the close-on-exec flag set -- 2.11.4.GIT