diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-10-07 20:26:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-10-07 20:26:31 +0000 |
commit | b61345a1add0789a12fe341563374d64b5134771 (patch) | |
tree | 556bf360e30dc81c42fc439ffc08776fcf424afa /manual/llio.texi | |
parent | c47e78b10f6b18532951fb6f6b0c5a2e8afcf88e (diff) | |
download | glibc-b61345a1add0789a12fe341563374d64b5134771.zip glibc-b61345a1add0789a12fe341563374d64b5134771.tar.gz glibc-b61345a1add0789a12fe341563374d64b5134771.tar.bz2 |
Update.
2001-10-04 Ben Collins <bcollins@debian.org>
* sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
decleration of __need_wchar_t.
2001-10-03 Jakub Jelinek <jakub@redhat.com>
* string/bits/string2.h (__strsep_g): Add prototype.
(__strsep): Use it.
* string/Versions (__strsep): Remove.
* sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
2001-10-07 Ulrich Drepper <drepper@redhat.com>
* manua/llio.texi: Clarify file references added by mmap.
Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
Diffstat (limited to 'manual/llio.texi')
-rw-r--r-- | manual/llio.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/llio.texi b/manual/llio.texi index ceadb7e..fbd30a3 100644 --- a/manual/llio.texi +++ b/manual/llio.texi @@ -1153,7 +1153,8 @@ These functions are declared in @file{sys/mman.h}. The @code{mmap} function creates a new mapping, connected to bytes (@var{offset}) to (@var{offset} + @var{length} - 1) in the file open on -@var{filedes}. +@var{filedes}. A new reference for the file specified by @var{filedes} +is created, which is not removed by closing the file. @var{address} gives a preferred starting address for the mapping. @code{NULL} expresses no preference. Any previous mapping at that |