1/* This administrivia gets added to the end of limits.h2 if the system has its own version of limits.h. */34#else/* not _GCC_LIMITS_H_ */56#ifdef_GCC_NEXT_LIMITS_H7#include_next <limits.h> /* recurse down to the real one */8#endif910#endif/* not _GCC_LIMITS_H_ */11