diff options
author | teythoon <teythoon@web> | 2013-10-22 17:49:14 +0200 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2013-10-22 17:49:14 +0200 |
commit | 15fadbf1b22369b3d00b72f10643c63a17273f28 (patch) | |
tree | 62108925450d5554d208d7c67240995709d95655 /contributing.mdwn | |
parent | fb7b2f3ee26cb69f6f5ed332d46a09baa496c682 (diff) | |
download | web-15fadbf1b22369b3d00b72f10643c63a17273f28.tar.gz web-15fadbf1b22369b3d00b72f10643c63a17273f28.tar.bz2 web-15fadbf1b22369b3d00b72f10643c63a17273f28.zip |
Add small hack entry about fixing /proc/self.
Diffstat (limited to 'contributing.mdwn')
-rw-r--r-- | contributing.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index db2d77c6..cfc4dc0e 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -112,6 +112,7 @@ basic port could be small. See also the discussions on [[open_issues/exec]]. * Add `/proc/$pid/maps`. `vminfo` already has this kind of information, it's a matter of making procfs do the same. [[!GNU_Savannah_bug 32770]] * Move the mount/umount logic from utils/{,u}mount.c into libshouldbeinlibc. +* Fix /proc/self. Look at the file hurd/lookup-retry.c in the glibc source code for how FS_RETRY_MAGICAL lookups work. <a name="porting"></a> ## Porting Packages |