From: Jarkko Hietaniemi Date: Tue, 1 Jul 2003 05:56:14 +0000 (+0000) Subject: More nanosleep removal. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0696b3f901e6e39faf5cf61e99d88d9434ebaf79;p=p5sagit%2Fp5-mst-13.2.git More nanosleep removal. p4raw-id: //depot/perl@19899 --- diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux index 8dd89e2..f02579b 100644 --- a/Cross/config.sh-arm-linux +++ b/Cross/config.sh-arm-linux @@ -310,7 +310,6 @@ d_msgsnd='define' d_msync='define' d_munmap='define' d_mymalloc='undef' -d_nanosleep='define' d_nice='define' d_nl_langinfo='define' d_nv_preserves_uv='define' diff --git a/NetWare/config_H.wc b/NetWare/config_H.wc index ac6f5d7..bc7d7aa 100644 --- a/NetWare/config_H.wc +++ b/NetWare/config_H.wc @@ -648,12 +648,6 @@ */ /*#define HAS_USLEEP /**/ -/* HAS_NANOSLEEP: - * This symbol, if defined, indicates that the nanosleep system - * call is available to let the process sleep with 1E-9 accuracy. - */ -/*#define HAS_NANOSLEEP /**/ - /* HASVOLATILE: * This symbol, if defined, indicates that this C compiler knows about * the volatile declaration. diff --git a/epoc/config.sh b/epoc/config.sh index 261ce4d..b606670 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -922,7 +922,6 @@ d_getmnt='undef' d_statfs_f_flags='undef' d_statfs_s='undef' d_usleep='undef' -d_nanosleep='undef' d_ustat='undef' i_sysstatfs='undef' i_sysvfs='undef' diff --git a/hints/vos.sh b/hints/vos.sh index 7cd1c72..1ba8731 100644 --- a/hints/vos.sh +++ b/hints/vos.sh @@ -144,6 +144,4 @@ fi $rm -f t001$_o t001$_exe t001.kp EOCBU -# VOS has a nanosleep() function but it is a dummy. -d_nanosleep="undef" diff --git a/win32/config.gc b/win32/config.gc index 6e63d93..86d2fb5 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -295,7 +295,6 @@ d_msgsnd='undef' d_msync='undef' d_munmap='undef' d_mymalloc='undef' -d_nanosleep='undef' d_nice='undef' d_nl_langinfo='undef' d_nv_preserves_uv='define' diff --git a/win32/config.vc b/win32/config.vc index e60b990..a2a9043 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -295,7 +295,6 @@ d_msgsnd='undef' d_msync='undef' d_munmap='undef' d_mymalloc='undef' -d_nanosleep='undef' d_nice='undef' d_nl_langinfo='undef' d_nv_preserves_uv='define' diff --git a/win32/config.vc64 b/win32/config.vc64 index 3ab5b13..5ced9a6 100644 --- a/win32/config.vc64 +++ b/win32/config.vc64 @@ -295,7 +295,6 @@ d_msgsnd='undef' d_msync='undef' d_munmap='undef' d_mymalloc='undef' -d_nanosleep='undef' d_nice='undef' d_nl_langinfo='undef' d_nv_preserves_uv='undef' diff --git a/win32/config_H.bc b/win32/config_H.bc index 7865d86..5163618 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -2638,12 +2638,6 @@ */ /*#define HAS_STRUCT_MSGHDR /**/ -/* HAS_NANOSLEEP: - * This symbol, if defined, indicates that the nanosleep - * system call is available to sleep with 1E-9 sec accuracy. - */ -/*#define HAS_NANOSLEEP /**/ - /* HAS_NL_LANGINFO: * This symbol, if defined, indicates that the nl_langinfo routine is * available to return local data. You will also need diff --git a/win32/config_H.gc b/win32/config_H.gc index e4a15f7..252e871 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -2638,12 +2638,6 @@ */ /*#define HAS_STRUCT_MSGHDR /**/ -/* HAS_NANOSLEEP: - * This symbol, if defined, indicates that the nanosleep - * system call is available to sleep with 1E-9 sec accuracy. - */ -/*#define HAS_NANOSLEEP /**/ - /* HAS_NL_LANGINFO: * This symbol, if defined, indicates that the nl_langinfo routine is * available to return local data. You will also need diff --git a/win32/config_H.vc b/win32/config_H.vc index 47867b4..799c17d 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -2638,12 +2638,6 @@ */ /*#define HAS_STRUCT_MSGHDR /**/ -/* HAS_NANOSLEEP: - * This symbol, if defined, indicates that the nanosleep - * system call is available to sleep with 1E-9 sec accuracy. - */ -/*#define HAS_NANOSLEEP /**/ - /* HAS_NL_LANGINFO: * This symbol, if defined, indicates that the nl_langinfo routine is * available to return local data. You will also need diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index 3617b1a..9db9252 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -2638,12 +2638,6 @@ */ /*#define HAS_STRUCT_MSGHDR /**/ -/* HAS_NANOSLEEP: - * This symbol, if defined, indicates that the nanosleep - * system call is available to sleep with 1E-9 sec accuracy. - */ -/*#define HAS_NANOSLEEP /**/ - /* HAS_NL_LANGINFO: * This symbol, if defined, indicates that the nl_langinfo routine is * available to return local data. You will also need diff --git a/wince/config.ce b/wince/config.ce index 6500d74..11ce700 100644 --- a/wince/config.ce +++ b/wince/config.ce @@ -281,7 +281,6 @@ d_msgsnd='undef' d_msync='undef' d_munmap='undef' d_mymalloc='~PERL_MALLOC~' -d_nanosleep='undef' d_nice='undef' d_nv_preserves_uv='define' d_off64_t='undef' diff --git a/wince/config_H.ce b/wince/config_H.ce index a1b4aba..67715c7 100644 --- a/wince/config_H.ce +++ b/wince/config_H.ce @@ -616,12 +616,6 @@ */ /*#define HAS_USLEEP /**/ -/* HAS_NANOSLEEP: - * This symbol, if defined, indicates that the nanosleep system - * call is available to let the process sleep with 1E-9 accuracy. - */ -/*#define HAS_NANOSLEEP /**/ - /* HASVOLATILE: * This symbol, if defined, indicates that this C compiler knows about * the volatile declaration.