summaryrefslogtreecommitdiff
path: root/stdlib/strtol_l.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-06-20 20:04:47 -0700
committerRoland McGrath <roland@hack.frob.com>2014-06-20 20:04:47 -0700
commit26ffd5e6c7f110cc439bb054fac9567885ffc197 (patch)
tree1257ba588618f86a070f275a1dd6efdf81dbf121 /stdlib/strtol_l.c
parent93a6d0820430bfe3d09695a1376c07abf6d2214f (diff)
Clean up HAVE_CONFIG_H and STDC_HEADERS.
Diffstat (limited to 'stdlib/strtol_l.c')
-rw-r--r--stdlib/strtol_l.c1
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