diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-12-20 22:27:59 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-12-20 22:27:59 +0100 |
commit | 175f68707cf8a4951a9b024a3b43d92860151eaf (patch) | |
tree | c3dd4fa93fac03312982f7b89739422b072e9c84 /open_issues/glibc | |
parent | 0a607c5c7bab130bfff70efd344bff78ce2bf88a (diff) | |
parent | fc4d1650f3e35a1cff0111ae3808c61d44346f1f (diff) |
Merge remote-tracking branch 'feldtkeller.SCHWINGE/master'
Conflicts:
open_issues/fork_deadlock.mdwn
open_issues/glibc.mdwn
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]] |