diff options
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. |