From eafaae72965ebda3c5b4307993c83940a2374fac Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 29 Jul 2007 22:44:27 +0000 Subject: [BZ #4860] * io/Makefile (headers): Add bits/fcntl2.h. --- ChangeLog | 3 +++ io/Makefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f875458669..aad19e5e2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-07-29 Ulrich Drepper + [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. diff --git a/io/Makefile b/io/Makefile index f4861d7de4..da589b118a 100644 --- a/io/Makefile +++ b/io/Makefile @@ -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 := \ -- cgit v1.2.1