]> sjero.net Git - wget/commitdiff
[svn] Docfix.
authorhniksic <devnull@localhost>
Thu, 14 Jun 2001 21:15:43 +0000 (14:15 -0700)
committerhniksic <devnull@localhost>
Thu, 14 Jun 2001 21:15:43 +0000 (14:15 -0700)
src/sysdep.h

index 6568980a668bdd98cfe50ffb306eca8d947e5a7f..53b451199808e4fbd34b4f172614d198a3e41d86 100644 (file)
@@ -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)