diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/wordsize-32/inttypes.h | 2 | ||||
-rw-r--r-- | sysdeps/wordsize-64/inttypes.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/wordsize-32/inttypes.h b/sysdeps/wordsize-32/inttypes.h index e80036bd24..2e34e9753c 100644 --- a/sysdeps/wordsize-32/inttypes.h +++ b/sysdeps/wordsize-32/inttypes.h @@ -252,7 +252,7 @@ __BEGIN_DECLS /* We have to define the `uintmax_t' type using `lldiv_t'. */ -#ifndef _STDLIB_H +#ifndef __lldiv_t_defined /* Returned by `lldiv'. */ __extension__ typedef struct { diff --git a/sysdeps/wordsize-64/inttypes.h b/sysdeps/wordsize-64/inttypes.h index a3763c7880..cb69e4cd9f 100644 --- a/sysdeps/wordsize-64/inttypes.h +++ b/sysdeps/wordsize-64/inttypes.h @@ -252,7 +252,7 @@ __BEGIN_DECLS /* We have to define the `uintmax_t' type using `ldiv_t'. */ -#ifndef _STDLIB_H +#ifndef __ldiv_t_defined /* Returned by `ldiv'. */ typedef struct { |