summaryrefslogtreecommitdiff
path: root/Cross
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2014-05-31 01:10:20 +0200
committerBrian Fraser <fraserbn@gmail.com>2014-06-13 00:00:31 +0200
commitd0b86e2f7c43ab4fc0721d279c46624052695726 (patch)
tree638e9906802d130740b47786d78ecc29d88c1644 /Cross
parent323fd7cc4020999815f95d50243cbcf61e5e42f0 (diff)
downloadperl-d0b86e2f7c43ab4fc0721d279c46624052695726.tar.gz
Protect against ptrdiff_t not being available.
This is primarily for pedantic builds; ptrdiff_t is now standard, and had already been in use in the core without guards.
Diffstat (limited to 'Cross')
-rw-r--r--Cross/config.sh-arm-linux1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux
index f703258bfe..7a4773dad0 100644
--- a/Cross/config.sh-arm-linux
+++ b/Cross/config.sh-arm-linux
@@ -373,6 +373,7 @@ d_pseudofork='undef'
d_pthread_atfork='undef'
d_pthread_attr_setscope='define'
d_pthread_yield='undef'
+d_ptrdiff_t='define'
d_pwage='undef'
d_pwchange='undef'
d_pwclass='undef'