diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-01 05:56:14 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-01 05:56:14 +0000 |
commit | 0696b3f901e6e39faf5cf61e99d88d9434ebaf79 (patch) | |
tree | cd63ba8617858e7e875adbefd384bfdb93d1cfc9 /wince | |
parent | 046e3f33bfc965c84e96ed0ef0ba38b777cb38bf (diff) | |
download | perl-0696b3f901e6e39faf5cf61e99d88d9434ebaf79.tar.gz |
More nanosleep removal.
p4raw-id: //depot/perl@19899
Diffstat (limited to 'wince')
-rw-r--r-- | wince/config.ce | 1 | ||||
-rw-r--r-- | wince/config_H.ce | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/wince/config.ce b/wince/config.ce index 6500d74c1c..11ce7006ee 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 a1b4aba488..67715c717d 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. |