Don't include-next if _LIBC_LIMITS_H_ defined.

From-SVN: r2148
This commit is contained in:
Richard Stallman 1992-09-17 21:28:44 +00:00
parent f46ffce4f8
commit 47068b86eb
1 changed files with 2 additions and 1 deletions

View File

@ -4,5 +4,6 @@
#ifndef _LIMITS_H_ /* Terminated in limity.h. */
#define _LIMITS_H_
#ifndef _LIBC_LIMITS_H_
#include_next <limits.h>
#endif