diff options
Diffstat (limited to 'plan9/config.plan9')
-rw-r--r-- | plan9/config.plan9 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plan9/config.plan9 b/plan9/config.plan9 index 4a2a305f75..1afcbaf1ea 100644 --- a/plan9/config.plan9 +++ b/plan9/config.plan9 @@ -607,15 +607,6 @@ */ /*#define HAS_USLEEP / **/ -/* HASVOLATILE: - * This symbol, if defined, indicates that this C compiler knows about - * the volatile declaration. - */ -#define HASVOLATILE /**/ -#ifndef HASVOLATILE -#define volatile /* config-skip */ -#endif - /* HAS_WAIT4: * This symbol, if defined, indicates that wait4() exists. */ |