diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2002-09-30 08:29:33 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2002-09-30 08:29:33 +0000 |
commit | 2d736872f25b3e41d616d46e8286fe3f13ef058d (patch) | |
tree | dab0a59d773a6ffca676fcba13c5366cc7d64727 /wince | |
parent | de11ba31bba9f0eef0f76239d1d93a010926d6cf (diff) | |
download | perl-2d736872f25b3e41d616d46e8286fe3f13ef058d.tar.gz |
nanosleep probes as per Jarkko's request
p4raw-id: //depot/perl@17944
Diffstat (limited to 'wince')
-rw-r--r-- | wince/config.ce | 1 | ||||
-rw-r--r-- | wince/config_H.ce | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/wince/config.ce b/wince/config.ce index 6582c1c325..a467a45112 100644 --- a/wince/config.ce +++ b/wince/config.ce @@ -277,6 +277,7 @@ d_msgsnd='undef' d_msync='undef' d_munmap='undef' d_mymalloc='undef' +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 30e855af37..b246ce69bd 100644 --- a/wince/config_H.ce +++ b/wince/config_H.ce @@ -607,6 +607,12 @@ */ /*#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. |