From: H.Merijn Brand Date: Tue, 13 Apr 2010 13:22:53 +0000 (+0200) Subject: Add d_prctl* for all other OS's X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8f13cdc72a49a37610490c9ba442c68f9297e472;p=p5sagit%2Fp5-mst-13.2.git Add d_prctl* for all other OS's This was missing from c796e3db23c597b99f07485542338844e61a6a69 --- diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux index 644b04f..dd924ed 100644 --- a/Cross/config.sh-arm-linux +++ b/Cross/config.sh-arm-linux @@ -357,6 +357,8 @@ d_phostname='undef' d_pipe='define' d_poll='define' d_portable='define' +d_prctl='define' +d_prctl_set_name='define' d_printf_format_null='undef' d_procselfexe='define' d_pseudofork='undef' diff --git a/NetWare/config.wc b/NetWare/config.wc index ed0ee69..05a270d 100644 --- a/NetWare/config.wc +++ b/NetWare/config.wc @@ -347,6 +347,8 @@ d_phostname='undef' d_pipe='define' d_poll='undef' d_portable='define' +d_prctl='undef' +d_prctl_set_name='undef' d_printf_format_null='undef' d_procselfexe='undef' d_pseudofork='undef' diff --git a/Porting/config.sh b/Porting/config.sh index 3e8768a..8170f7e 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -371,6 +371,8 @@ d_phostname='undef' d_pipe='define' d_poll='define' d_portable='define' +d_prctl='define' +d_prctl_set_name='define' d_printf_format_null='define' d_procselfexe='define' d_pseudofork='undef' diff --git a/configure.com b/configure.com index 55edafb..5ce518d 100644 --- a/configure.com +++ b/configure.com @@ -5898,6 +5898,8 @@ $ WC "d_attribute_noreturn='undef'" $ WC "d_attribute_pure='undef'" $ WC "d_attribute_unused='undef'" $ WC "d_attribute_warn_unused_result='undef'" +$ WC "d_prctl='undef'" +$ WC "d_prctl_set_name='undef'" $ WC "d_printf_format_null='undef'" $ WC "d_bcmp='" + d_bcmp + "'" $ WC "d_bcopy='" + d_bcopy + "'" diff --git a/epoc/config.sh b/epoc/config.sh index 955a064..feac388 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' diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index 4f4acd6..de1172f 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -357,6 +357,8 @@ d_phostname='undef' d_pipe='define' d_poll='undef' d_portable='define' +d_prctl='undef' +d_prctl_set_name='undef' d_printf_format_null='undef' d_procselfexe='undef' d_pseudofork='undef' diff --git a/symbian/config.sh b/symbian/config.sh index 2d88d01..5d393e4 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -303,6 +303,8 @@ d_phostname='undef' d_pipe='undef' d_poll='undef' d_portable='undef' +d_prctl='undef' +d_prctl_set_name='undef' d_printf_format_null='undef' d_procselfexe='undef' d_pseudofork='undef' diff --git a/uconfig.sh b/uconfig.sh index ca3742d..2233b99 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -297,6 +297,8 @@ d_phostname='undef' d_pipe='undef' d_poll='undef' d_portable='undef' +d_prctl='undef' +d_prctl_set_name='undef' d_printf_format_null='undef' d_procselfexe='undef' d_pseudofork='undef' diff --git a/win32/config.bc b/win32/config.bc index 435ffcd..8c5e41a 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -345,6 +345,8 @@ d_phostname='undef' d_pipe='define' d_poll='undef' d_portable='define' +d_prctl='undef' +d_prctl_set_name='undef' d_printf_format_null='undef' d_procselfexe='undef' d_pseudofork='undef' diff --git a/win32/config.ce b/win32/config.ce index ba3d2fb..edfe152 100644 --- a/win32/config.ce +++ b/win32/config.ce @@ -347,6 +347,8 @@ d_phostname='undef' d_pipe='undef' d_poll='undef' d_portable='define' +d_prctl='undef' +d_prctl_set_name='undef' d_printf_format_null='undef' d_procselfexe='undef' d_pseudofork='undef' diff --git a/win32/config.gc b/win32/config.gc index 904033a..b9a6893 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -345,6 +345,8 @@ d_phostname='undef' d_pipe='define' d_poll='undef' d_portable='define' +d_prctl='undef' +d_prctl_set_name='undef' d_printf_format_null='undef' d_procselfexe='undef' d_pseudofork='undef' diff --git a/win32/config.vc b/win32/config.vc index 4c286ff..8bcd501 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -345,6 +345,8 @@ d_phostname='undef' d_pipe='define' d_poll='undef' d_portable='define' +d_prctl='undef' +d_prctl_set_name='undef' d_printf_format_null='undef' d_procselfexe='undef' d_pseudofork='undef' diff --git a/win32/config.vc64 b/win32/config.vc64 index 7878dfd..e82627b 100644 --- a/win32/config.vc64 +++ b/win32/config.vc64 @@ -345,6 +345,8 @@ d_phostname='undef' d_pipe='define' d_poll='undef' d_portable='define' +d_prctl='undef' +d_prctl_set_name='undef' d_printf_format_null='undef' d_procselfexe='undef' d_pseudofork='undef'