Hello, Justus Winter, le Mon 22 Sep 2014 11:38:44 +0200, a écrit : > diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h > index 4341177..f22816d 100644 > --- a/hurd/hurd_types.h > +++ b/hurd/hurd_types.h > @@ -114,6 +114,9 @@ enum retry_type > as for FS_RETRY_NORMAL. > > "/..." means retry "...", but starting from the users root directory. > + > + "proc/self/..." means replace `proc/self' with the PID of the current > + process and then retry as for FS_RETRY_NORMAL.
Roland, does it look OK to use a FS_RETRY_MAGICAL for implementing /proc/self? Samuel