diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-12-20 22:20:05 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-12-20 22:20:05 +0100 |
commit | fc4d1650f3e35a1cff0111ae3808c61d44346f1f (patch) | |
tree | 6be97c865d896e3e49411ede9870410e0c4f6479 /open_issues/glibc | |
parent | c77f17cfb827c17de7f1d5318cbbbeea03286715 (diff) |
glibc/mmap: Extend.
Diffstat (limited to 'open_issues/glibc')
-rw-r--r-- | open_issues/glibc/mremap.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/open_issues/glibc/mremap.mdwn b/open_issues/glibc/mremap.mdwn index 874c7ae0..c17506d7 100644 --- a/open_issues/glibc/mremap.mdwn +++ b/open_issues/glibc/mremap.mdwn @@ -15,6 +15,8 @@ The Hurd does not currently support the `mremap` function. For the `MREMAP_MAYMOVE` case it is easy to work around; see `[binutils]/gold/mremap.c`, for example. +Also see the discussion of [[glibc/mmap]]. + [[!toc]] |