diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2016-12-19 02:13:06 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-12-19 02:13:06 +0100 |
commit | b2c97e251bb470e6f967c716081675a96dbde59c (patch) | |
tree | aa159f1f6d44959c40a3739515c4c6ae3ab9f3e7 /procfs/main.h | |
parent | 5add1f4c531639b6247c827566ae55426c1182d7 (diff) | |
download | hurd-b2c97e251bb470e6f967c716081675a96dbde59c.tar.gz hurd-b2c97e251bb470e6f967c716081675a96dbde59c.tar.bz2 hurd-b2c97e251bb470e6f967c716081675a96dbde59c.zip |
procfs: provide magic retry response for /proc/self
* hurd/hurd_types.h: Document the magic retry string `pid'.
* hurd/paths.h (_HURD_MAGIC): New macro.
* procfs/main.c: Remove all code related to faking /proc/self.
* procfs/main.h: Likewise.
* procfs/rootdir.c: Likewise. Instead, return the magic retry
response `pid' for the `self' node.
Diffstat (limited to 'procfs/main.h')
-rw-r--r-- | procfs/main.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/procfs/main.h b/procfs/main.h index 4e28b7eb..051db953 100644 --- a/procfs/main.h +++ b/procfs/main.h @@ -20,6 +20,5 @@ /* Startup options */ extern int opt_clk_tck; extern mode_t opt_stat_mode; -extern pid_t opt_fake_self; extern pid_t opt_kernel_pid; extern uid_t opt_anon_owner; |