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 /config_h.SH | |
parent | de11ba31bba9f0eef0f76239d1d93a010926d6cf (diff) | |
download | perl-2d736872f25b3e41d616d46e8286fe3f13ef058d.tar.gz |
nanosleep probes as per Jarkko's request
p4raw-id: //depot/perl@17944
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 369f7c6c23..a80675b648 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2038,6 +2038,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$d_msghdr_s HAS_STRUCT_MSGHDR /**/ +/* HAS_NANOSLEEP: + * This symbol, if defined, indicates that the nanosleep + * system call is available to sleep with 1E-9 sec accuracy. + */ +#$d_nanosleep HAS_NANOSLEEP /**/ + /* HAS_OFF64_T: * This symbol will be defined if the C compiler supports off64_t. */ |