[BZ #4860]
authorUlrich Drepper <drepper@redhat.com>
Sun, 29 Jul 2007 22:44:27 +0000 (22:44 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 29 Jul 2007 22:44:27 +0000 (22:44 +0000)
* io/Makefile (headers): Add bits/fcntl2.h.

ChangeLog
io/Makefile

index f875458..aad19e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
 
+       [BZ #4860]
+       * io/Makefile (headers): Add bits/fcntl2.h.
+
        * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
        using gcc builtin.
        (__CPU_EQUAL_S): Likewise.
index f4861d7..da589b1 100644 (file)
@@ -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 \
+          poll.h sys/poll.h bits/poll.h bits/fcntl2.h \
           utime.h ftw.h fts.h sys/sendfile.h
 
 routines :=                                                            \