diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-10-12 21:18:18 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-10-12 21:18:18 +0000 |
commit | 29d49a1a66ce1f970f834ba70b2800cddc1d3e61 (patch) | |
tree | 3746203aa43ca0a548df29f445a2436f66a86569 | |
parent | b7d1c5fa30247da1911913452b0ba89195638701 (diff) | |
download | glibc-29d49a1a66ce1f970f834ba70b2800cddc1d3e61.tar.gz glibc-29d49a1a66ce1f970f834ba70b2800cddc1d3e61.tar.xz glibc-29d49a1a66ce1f970f834ba70b2800cddc1d3e61.zip |
* misc/Makefile (headers): Add bits/error.h.
2007-10-12 Jakub Jelinek <jakub@redhat.com> * misc/Makefile (headers): Add bits/error.h.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | misc/Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index cae58b3b8d..ffe344f633 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/misc/Makefile b/misc/Makefile index a9709f96db..eb97ac1767 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -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 \ |