diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-06-20 20:04:47 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-06-20 20:04:47 -0700 |
commit | 26ffd5e6c7f110cc439bb054fac9567885ffc197 (patch) | |
tree | 1257ba588618f86a070f275a1dd6efdf81dbf121 /stdlib/strtol_l.c | |
parent | Clean up stack-coloring macros. (diff) | |
download | glibc-26ffd5e6c7f110cc439bb054fac9567885ffc197.tar.gz glibc-26ffd5e6c7f110cc439bb054fac9567885ffc197.tar.bz2 glibc-26ffd5e6c7f110cc439bb054fac9567885ffc197.zip |
Clean up HAVE_CONFIG_H and STDC_HEADERS.
Diffstat (limited to 'stdlib/strtol_l.c')
-rw-r--r-- | stdlib/strtol_l.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stdlib/strtol_l.c b/stdlib/strtol_l.c index c77b43dc0c..97351c5d3e 100644 --- a/stdlib/strtol_l.c +++ b/stdlib/strtol_l.c @@ -24,7 +24,6 @@ #ifdef _LIBC # define USE_NUMBER_GROUPING -# define STDC_HEADERS # define HAVE_LIMITS_H #endif |