mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
[_LIBC]: Define HAVE_LIMITS_H. [HAVE_LIMITS_H]: Include it.
This commit is contained in:
@ -24,11 +24,18 @@ Cambridge, MA 02139, USA. */
|
|||||||
#ifdef _LIBC
|
#ifdef _LIBC
|
||||||
# define USE_NUMBER_GROUPING
|
# define USE_NUMBER_GROUPING
|
||||||
# define STDC_HEADERS
|
# define STDC_HEADERS
|
||||||
|
# define HAVE_LIMITS_H
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <limits.h>
|
#ifndef errno
|
||||||
|
extern int errno;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if HAVE_LIMITS_H
|
||||||
|
# include <limits.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef STDC_HEADERS
|
#ifdef STDC_HEADERS
|
||||||
# include <stddef.h>
|
# include <stddef.h>
|
||||||
|
Reference in New Issue
Block a user