diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/system.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Src/system.h b/Src/system.h index a48ee9075..93e82a728 100644 --- a/Src/system.h +++ b/Src/system.h @@ -27,9 +27,15 @@ * */ +#if 0 +/* + * Setting _XPG_IV here is actually wrong and is not needed + * with currently supported versions (5.43C20 and above) + */ #ifdef sinix # define _XPG_IV 1 #endif +#endif /* NeXT has half-implemented POSIX support * * which currently fools configure */ |