Commit 47068b86 by Richard Stallman

Don't include-next if _LIBC_LIMITS_H_ defined.

From-SVN: r2148
parent f46ffce4
...@@ -4,5 +4,6 @@ ...@@ -4,5 +4,6 @@
#ifndef _LIMITS_H_ /* Terminated in limity.h. */ #ifndef _LIMITS_H_ /* Terminated in limity.h. */
#define _LIMITS_H_ #define _LIMITS_H_
#ifndef _LIBC_LIMITS_H_
#include_next <limits.h> #include_next <limits.h>
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment