diff options
author | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-01 20:02:27 +0000 |
---|---|---|
committer | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-01 20:02:27 +0000 |
commit | f3fbc6e659c9e22ec21558ce89641b33b2967b2a (patch) | |
tree | 59eda92264b56d60be33d4927a6af5bea2a4c477 /libjava/include | |
parent | d1baf6ca44abccc634eaabb8a52951a388e173b5 (diff) | |
download | gcc-f3fbc6e659c9e22ec21558ce89641b33b2967b2a.tar.gz |
2006-05-01 Andreas Tobler <a.tobler@schweiz.ch>
* configure.ac: Simplify the mmap check a bit more.
* configure: Rebuilt.
* include/config.h.in: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113426 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include')
-rw-r--r-- | libjava/include/config.h.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index 8dcd65832a6..a57dd8325ee 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -184,8 +184,7 @@ /* Define is you have 'mktime' in <time.h> */ #undef HAVE_MKTIME -/* Define to 1 if you have a working `mmap' system call w/o fixed address - ability. */ +/* Define to 1 if you have the `mmap' function. */ #undef HAVE_MMAP /* Define to 1 if you have the <netdb.h> header file. */ |