118334Speter/* This administrivia gets added to the beginning of limits.h
218334Speter   if the system has its own version of limits.h.  */
318334Speter
418334Speter/* We use _GCC_LIMITS_H_ because we want this not to match
518334Speter   any macros that the system's limits.h uses for its own purposes.  */
618334Speter#ifndef _GCC_LIMITS_H_  /* Terminated in limity.h.  */
718334Speter#define _GCC_LIMITS_H_
818334Speter
918334Speter#ifndef _LIBC_LIMITS_H_
1018334Speter/* Use "..." so that we find syslimits.h only in this same directory.  */
1118334Speter#include "syslimits.h"
1218334Speter#endif
13