Skip to content

Commit

Permalink
[BZ #4860]
Browse files Browse the repository at this point in the history
	* io/Makefile (headers): Add bits/fcntl2.h.
  • Loading branch information
Ulrich Drepper committed Jul 29, 2007
1 parent c570556 commit eafaae7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion io/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 := \
Expand Down

0 comments on commit eafaae7

Please sign in to comment.