diff options
Diffstat (limited to 'vos/config.ga.h')
-rw-r--r-- | vos/config.ga.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vos/config.ga.h b/vos/config.ga.h index f0b49de383..8a259a3205 100644 --- a/vos/config.ga.h +++ b/vos/config.ga.h @@ -165,6 +165,12 @@ */ #define HAS_FCNTL /**/ +/* HAS__FWALK: + * This symbol, if defined, indicates that the _fwalk system call is + * available to apply a function to all the file handles. + */ +/*#define HAS__FWALK / **/ + /* FCNTL_CAN_LOCK: * This symbol, if defined, indicates that fcntl() can be used * for file locking. Normally on Unix systems this is defined. |