summaryrefslogtreecommitdiff
path: root/symbian
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-12 11:02:27 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:50:42 +0100
commit04322328fc4bc2863d0bc74339ed92d33b7eaba7 (patch)
tree1d346b8714d55af8fc3c9cd112dcc1effe526b5c /symbian
parent11568d10a6b3495b7a54f171d4134d8798fd64d6 (diff)
downloadperl-04322328fc4bc2863d0bc74339ed92d33b7eaba7.tar.gz
Assume we have C89 memset()
This means we also never need to consider using BSD bzero().
Diffstat (limited to 'symbian')
-rw-r--r--symbian/config.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/symbian/config.sh b/symbian/config.sh
index a670160f41..f798c1a36a 100644
--- a/symbian/config.sh
+++ b/symbian/config.sh
@@ -79,7 +79,6 @@ d_builtin_choose_expr='undef'
d_builtin_expect='undef'
d_builtin_mul_overflow='undef'
d_builtin_sub_overflow='undef'
-d_bzero='undef'
d_c99_variadic_macros='undef'
d_casti32='undef'
d_castneg='undef'
@@ -333,7 +332,6 @@ d_memcpy='define'
d_memmem='undef'
d_memmove='define'
d_memrchr='undef'
-d_memset='define'
d_mkdir='define'
d_mkdtemp='undef'
d_mkfifo='undef'