blob: b8033c0a8902c8dde316d19e3ad15f406dc9f125 [file] [log] [blame]
/* This administrivia gets added to the beginning of limits.h
if the system has its own version of limits.h. */
/* APPLE LOCAL begin 4401222 */
#ifndef _LIBC_LIMITS_H_
/* Use "..." so that we find syslimits.h only in this same directory. */
#include "syslimits.h"
#endif
#ifdef _GCC_NEXT_LIMITS_H
/* LLVM LOCAL Fix for Linux builds */
#define _GCC_LIMITS_H_
#include_next <limits.h>
#undef _GCC_NEXT_LIMITS_H
#endif
/* APPLE LOCAL end 4401222 */