diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-04 18:07:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-04 18:07:28 +0000 |
commit | b80bfc8b53153ca9aefa32ecd51ac4d6cfdbb842 (patch) | |
tree | 1e9b5dfe430789c64e1dbd0a998d5f24a4f001dd /misc/bits | |
parent | fae56ce808e36e8112d15189bf4337b3a39ee683 (diff) | |
download | glibc-b80bfc8b53153ca9aefa32ecd51ac4d6cfdbb842.tar.gz glibc-b80bfc8b53153ca9aefa32ecd51ac4d6cfdbb842.tar.xz glibc-b80bfc8b53153ca9aefa32ecd51ac4d6cfdbb842.zip |
* misc/error.h: Remove support for use outside of libc. We have to
include <features.h> now. Include <bits/error.h> if possible. * misc/bits/error.h: New file.
Diffstat (limited to 'misc/bits')
-rw-r--r-- | misc/bits/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/bits/error.h b/misc/bits/error.h index 7089768c3b..aafed58e7d 100644 --- a/misc/bits/error.h +++ b/misc/bits/error.h @@ -18,7 +18,7 @@ 02111-1307 USA. */ #ifndef _ERROR_H -# error "Never include <bits/error2.h> directly; use <error.h> instead." +# error "Never include <bits/error.h> directly; use <error.h> instead." #endif |