summaryrefslogtreecommitdiff
path: root/misc/bits
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-10-04 18:07:28 +0000
committerUlrich Drepper <drepper@redhat.com>2007-10-04 18:07:28 +0000
commitb80bfc8b53153ca9aefa32ecd51ac4d6cfdbb842 (patch)
tree1e9b5dfe430789c64e1dbd0a998d5f24a4f001dd /misc/bits
parentfae56ce808e36e8112d15189bf4337b3a39ee683 (diff)
* 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.h2
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