diff options
Diffstat (limited to 'bfd/bfdwin.c')
-rw-r--r-- | bfd/bfdwin.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bfd/bfdwin.c b/bfd/bfdwin.c index dfe89cb..3a35fc9 100644 --- a/bfd/bfdwin.c +++ b/bfd/bfdwin.c @@ -25,10 +25,8 @@ #include "bfd.h" #include "libbfd.h" -/* Currently, if USE_MMAP is undefined, none if the window stuff is - used. Okay, so it's mis-named. At least the command-line option - "--without-mmap" is more obvious than "--without-windows" or some - such. */ +/* Currently, if USE_MMAP is undefined, none of the window stuff is + used. Enabled by --with-mmap. */ #ifdef USE_MMAP |