]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Install bits/poll2.h
authorUlrich Drepper <drepper@gmail.com>
Mon, 9 Jan 2012 02:50:21 +0000 (21:50 -0500)
committerUlrich Drepper <drepper@gmail.com>
Mon, 9 Jan 2012 02:50:21 +0000 (21:50 -0500)
ChangeLog
io/Makefile

index 9a9a32e4f9d31beba9ef3b2f3b9e54276d557081..8b0f269c3f728ce06cbcd400f42ffe0cb8a77d82 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-08  Ulrich Drepper  <drepper@gmail.com>
+
+       * io/Makefile (headers): Add bits/poll2.h.
+
 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
 
        * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
index 0f3b5554469ba8dcc2b0d747cd57502ade4661de..23ce1344ed0aa95ae0d11371b0832fa968f46db7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1992-2003,2005-2008,2011 Free Software Foundation, Inc.
+# Copyright (C) 1992-2003,2005-2008,2011,2012 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
@@ -23,7 +23,7 @@ subdir        := io
 
 headers := sys/stat.h bits/stat.h sys/statfs.h bits/statfs.h sys/vfs.h \
           sys/statvfs.h bits/statvfs.h fcntl.h sys/fcntl.h bits/fcntl.h \
-          poll.h sys/poll.h bits/poll.h bits/fcntl2.h \
+          poll.h sys/poll.h bits/poll.h bits/fcntl2.h bits/poll2.h \
           utime.h ftw.h fts.h sys/sendfile.h
 
 routines :=                                                            \