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 | 40ccfa0c8f55ef977d931ad02c9420329a42be48 (patch) | |
tree | dab0a59d773a6ffca676fcba13c5366cc7d64727 /wince | |
parent | 876a609275fa14fc4b8e933713e61806af0c4943 (diff) | |
download | perl-40ccfa0c8f55ef977d931ad02c9420329a42be48.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. |