diff options
Diffstat (limited to 'features.h')
-rw-r--r-- | features.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/features.h b/features.h index f1f248cc68..00cccc33de 100644 --- a/features.h +++ b/features.h @@ -208,15 +208,15 @@ /* This is here only because every header file already includes this one. */ #ifndef _LIBC /* Get the definitions of all the appropriate `__stub_FUNCTION' symbols. - <stubs.h> contains `#define __stub_FUNCTION' when FUNCTION is a stub + <gnu/stubs.h> contains `#define __stub_FUNCTION' when FUNCTION is a stub which will always return failure (and set errno to ENOSYS). - We avoid including <stubs.h> when compiling the C library itself to + We avoid including <gnu/stubs.h> when compiling the C library itself to avoid a dependency loop. stubs.h depends on every object file. If this #include were done for the library source code, then every object file would depend on stubs.h. */ -#include <stubs.h> +#include <gnu/stubs.h> #endif #endif /* features.h */ |