From f3fbc6e659c9e22ec21558ce89641b33b2967b2a Mon Sep 17 00:00:00 2001 From: andreast Date: Mon, 1 May 2006 20:02:27 +0000 Subject: 2006-05-01 Andreas Tobler * 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 --- libjava/include/config.h.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libjava/include') 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 */ #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 header file. */ -- cgit v1.2.3