1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

* 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.
This commit is contained in:
Ulrich Drepper
2007-10-04 18:07:28 +00:00
parent fae56ce808
commit b80bfc8b53
5 changed files with 309 additions and 19 deletions

View File

@ -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