diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-04-13 15:22:53 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-04-13 15:22:53 +0200 |
commit | 8f13cdc72a49a37610490c9ba442c68f9297e472 (patch) | |
tree | d0ca476662a2934f9c4db3c1c54d0164a1475412 /epoc | |
parent | c796e3db23c597b99f07485542338844e61a6a69 (diff) | |
download | perl-8f13cdc72a49a37610490c9ba442c68f9297e472.tar.gz |
Add d_prctl* for all other OS's
This was missing from c796e3db23c597b99f07485542338844e61a6a69
Diffstat (limited to 'epoc')
-rw-r--r-- | epoc/config.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/epoc/config.sh b/epoc/config.sh index 955a064e0d..feac388c4a 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -1190,6 +1190,8 @@ d_builtin_expect='undef' d_ctermid='undef' d_inc_version_list='undef' d_libm_lib_version='0' +d_prctl='undef' +d_prctl_set_name='undef' d_printf_format_null='undef' d_pseudofork='undef' d_signbit='undef' |