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 /NetWare | |
parent | 046e3f33bfc965c84e96ed0ef0ba38b777cb38bf (diff) | |
download | perl-0696b3f901e6e39faf5cf61e99d88d9434ebaf79.tar.gz |
More nanosleep removal.
p4raw-id: //depot/perl@19899
Diffstat (limited to 'NetWare')
-rw-r--r-- | NetWare/config_H.wc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/NetWare/config_H.wc b/NetWare/config_H.wc index ac6f5d77f2..bc7d7aa5d1 100644 --- a/NetWare/config_H.wc +++ b/NetWare/config_H.wc @@ -648,12 +648,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. |