Skip to content

Commit

Permalink
* misc/Makefile (headers): Add bits/error.h.
Browse files Browse the repository at this point in the history
2007-10-12  Jakub Jelinek  <jakub@redhat.com>

	* misc/Makefile (headers): Add bits/error.h.
  • Loading branch information
Jakub Jelinek committed Oct 12, 2007
1 parent b7d1c5f commit 29d49a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2007-10-12 Jakub Jelinek <jakub@redhat.com>

* misc/Makefile (headers): Add bits/error.h.

2007-10-12 Ulrich Drepper <drepper@redhat.com>

* posix/fnmatch_loop.c: Take rule index returned as part of
Expand Down
2 changes: 1 addition & 1 deletion misc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ headers := sys/uio.h bits/uio.h sys/ioctl.h bits/ioctls.h bits/ioctl-types.h \
sys/select.h ustat.h sys/ustat.h bits/ustat.h sys/sysinfo.h \
regexp.h bits/select.h bits/mman.h sys/xattr.h \
syslog.h sys/syslog.h \
bits/syslog.h bits/syslog-ldbl.h bits/syslog-path.h
bits/syslog.h bits/syslog-ldbl.h bits/syslog-path.h bits/error.h

routines := brk sbrk sstk ioctl \
readv writev \
Expand Down

0 comments on commit 29d49a1

Please sign in to comment.