Change 19899 by [EMAIL PROTECTED] on 2003/07/01 05:56:14

        More nanosleep removal.

Affected files ...

... //depot/perl/Cross/config.sh-arm-linux#4 edit
... //depot/perl/NetWare/config_H.wc#27 edit
... //depot/perl/epoc/config.sh#80 edit
... //depot/perl/hints/vos.sh#14 edit
... //depot/perl/win32/config.gc#136 edit
... //depot/perl/win32/config.vc#143 edit
... //depot/perl/win32/config.vc64#13 edit
... //depot/perl/win32/config_H.bc#138 edit
... //depot/perl/win32/config_H.gc#132 edit
... //depot/perl/win32/config_H.vc#135 edit
... //depot/perl/win32/config_H.vc64#18 edit
... //depot/perl/wince/config.ce#18 edit
... //depot/perl/wince/config_H.ce#19 edit

Differences ...

==== //depot/perl/Cross/config.sh-arm-linux#4 (text) ====
Index: perl/Cross/config.sh-arm-linux
--- perl/Cross/config.sh-arm-linux#3~19627~     Tue May 27 22:08:07 2003
+++ perl/Cross/config.sh-arm-linux      Mon Jun 30 22:56:14 2003
@@ -310,7 +310,6 @@
 d_msync='define'
 d_munmap='define'
 d_mymalloc='undef'
-d_nanosleep='define'
 d_nice='define'
 d_nl_langinfo='define'
 d_nv_preserves_uv='define'

==== //depot/perl/NetWare/config_H.wc#27 (text) ====
Index: perl/NetWare/config_H.wc
--- perl/NetWare/config_H.wc#26~19608~  Fri May 23 23:30:40 2003
+++ perl/NetWare/config_H.wc    Mon Jun 30 22:56:14 2003
@@ -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.

==== //depot/perl/epoc/config.sh#80 (text) ====
Index: perl/epoc/config.sh
--- perl/epoc/config.sh#79~19607~       Fri May 23 23:23:51 2003
+++ perl/epoc/config.sh Mon Jun 30 22:56:14 2003
@@ -922,7 +922,6 @@
 d_statfs_f_flags='undef'
 d_statfs_s='undef'
 d_usleep='undef'
-d_nanosleep='undef'
 d_ustat='undef'
 i_sysstatfs='undef'
 i_sysvfs='undef'

==== //depot/perl/hints/vos.sh#14 (text) ====
Index: perl/hints/vos.sh
--- perl/hints/vos.sh#13~19124~ Tue Apr  1 08:52:28 2003
+++ perl/hints/vos.sh   Mon Jun 30 22:56:14 2003
@@ -144,6 +144,4 @@
 $rm -f t001$_o t001$_exe t001.kp
 EOCBU
 
-# VOS has a nanosleep() function but it is a dummy.
-d_nanosleep="undef"
 

==== //depot/perl/win32/config.gc#136 (text) ====
Index: perl/win32/config.gc
--- perl/win32/config.gc#135~19607~     Fri May 23 23:23:51 2003
+++ perl/win32/config.gc        Mon Jun 30 22:56:14 2003
@@ -295,7 +295,6 @@
 d_msync='undef'
 d_munmap='undef'
 d_mymalloc='undef'
-d_nanosleep='undef'
 d_nice='undef'
 d_nl_langinfo='undef'
 d_nv_preserves_uv='define'

==== //depot/perl/win32/config.vc#143 (text) ====
Index: perl/win32/config.vc
--- perl/win32/config.vc#142~19607~     Fri May 23 23:23:51 2003
+++ perl/win32/config.vc        Mon Jun 30 22:56:14 2003
@@ -295,7 +295,6 @@
 d_msync='undef'
 d_munmap='undef'
 d_mymalloc='undef'
-d_nanosleep='undef'
 d_nice='undef'
 d_nl_langinfo='undef'
 d_nv_preserves_uv='define'

==== //depot/perl/win32/config.vc64#13 (text) ====
Index: perl/win32/config.vc64
--- perl/win32/config.vc64#12~19607~    Fri May 23 23:23:51 2003
+++ perl/win32/config.vc64      Mon Jun 30 22:56:14 2003
@@ -295,7 +295,6 @@
 d_msync='undef'
 d_munmap='undef'
 d_mymalloc='undef'
-d_nanosleep='undef'
 d_nice='undef'
 d_nl_langinfo='undef'
 d_nv_preserves_uv='undef'

==== //depot/perl/win32/config_H.bc#138 (text+w) ====
Index: perl/win32/config_H.bc
--- perl/win32/config_H.bc#137~19608~   Fri May 23 23:30:40 2003
+++ perl/win32/config_H.bc      Mon Jun 30 22:56:14 2003
@@ -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 <langinfo.h>

==== //depot/perl/win32/config_H.gc#132 (text+w) ====
Index: perl/win32/config_H.gc
--- perl/win32/config_H.gc#131~19608~   Fri May 23 23:30:40 2003
+++ perl/win32/config_H.gc      Mon Jun 30 22:56:14 2003
@@ -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 <langinfo.h>

==== //depot/perl/win32/config_H.vc#135 (text+w) ====
Index: perl/win32/config_H.vc
--- perl/win32/config_H.vc#134~19608~   Fri May 23 23:30:40 2003
+++ perl/win32/config_H.vc      Mon Jun 30 22:56:14 2003
@@ -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 <langinfo.h>

==== //depot/perl/win32/config_H.vc64#18 (text) ====
Index: perl/win32/config_H.vc64
--- perl/win32/config_H.vc64#17~19608~  Fri May 23 23:30:40 2003
+++ perl/win32/config_H.vc64    Mon Jun 30 22:56:14 2003
@@ -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 <langinfo.h>

==== //depot/perl/wince/config.ce#18 (text) ====
Index: perl/wince/config.ce
--- perl/wince/config.ce#17~19607~      Fri May 23 23:23:51 2003
+++ perl/wince/config.ce        Mon Jun 30 22:56:14 2003
@@ -281,7 +281,6 @@
 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'

==== //depot/perl/wince/config_H.ce#19 (text) ====
Index: perl/wince/config_H.ce
--- perl/wince/config_H.ce#18~19608~    Fri May 23 23:30:40 2003
+++ perl/wince/config_H.ce      Mon Jun 30 22:56:14 2003
@@ -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.
End of Patch.

Reply via email to