mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Docfix.
This commit is contained in:
parent
c77d880776
commit
f918e0ab51
10
src/sysdep.h
10
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)
|
||||
|
Loading…
Reference in New Issue
Block a user