From f918e0ab51d12cd22c997ff360de8ab9d3d00c28 Mon Sep 17 00:00:00 2001 From: hniksic Date: Thu, 14 Jun 2001 14:15:43 -0700 Subject: [PATCH] [svn] Docfix. --- src/sysdep.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/sysdep.h b/src/sysdep.h index 6568980a..53b45119 100644 --- a/src/sysdep.h +++ b/src/sysdep.h @@ -178,11 +178,11 @@ void *memcpy (); #endif /* sun */ #endif /* STDC_HEADERS */ -/* Some systems don't provide MAP_FAILED, a symbolic constant for the - value returned by mmap() when it doesn't work. Usually, this - constant should be -1. This only makes sense for files that use - mmap() and include sys/mman.h *before* sysdep.h, but doesn't hurt - others. */ +/* Some systems (Linux libc5, "NCR MP-RAS 3.0", and others) don't + provide MAP_FAILED, a symbolic constant for the value returned by + mmap() when it doesn't work. Usually, this constant should be -1. + This only makes sense for files that use mmap() and include + sys/mman.h *before* sysdep.h, but doesn't hurt others. */ #ifndef MAP_FAILED # define MAP_FAILED ((void *) -1) -- 2.39.2