More nanosleep removal.
Jarkko Hietaniemi [Tue, 1 Jul 2003 05:56:14 +0000 (05:56 +0000)]
p4raw-id: //depot/perl@19899

13 files changed:
Cross/config.sh-arm-linux
NetWare/config_H.wc
epoc/config.sh
hints/vos.sh
win32/config.gc
win32/config.vc
win32/config.vc64
win32/config_H.bc
win32/config_H.gc
win32/config_H.vc
win32/config_H.vc64
wince/config.ce
wince/config_H.ce

index 8dd89e2..f02579b 100644 (file)
@@ -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'
index ac6f5d7..bc7d7aa 100644 (file)
  */
 /*#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.
index 261ce4d..b606670 100644 (file)
@@ -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'
index 7cd1c72..1ba8731 100644 (file)
@@ -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"
 
index 6e63d93..86d2fb5 100644 (file)
@@ -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'
index e60b990..a2a9043 100644 (file)
@@ -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'
index 3ab5b13..5ced9a6 100644 (file)
@@ -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'
index 7865d86..5163618 100644 (file)
  */
 /*#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 <langinfo.h>
index e4a15f7..252e871 100644 (file)
  */
 /*#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 <langinfo.h>
index 47867b4..799c17d 100644 (file)
  */
 /*#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 <langinfo.h>
index 3617b1a..9db9252 100644 (file)
  */
 /*#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 <langinfo.h>
index 6500d74..11ce700 100644 (file)
@@ -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'
index a1b4aba..67715c7 100644 (file)
  */
 /*#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.