diff options
Diffstat (limited to 'sysdeps/mach/hurd/getsid.c')
-rw-r--r-- | sysdeps/mach/hurd/getsid.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/getsid.c b/sysdeps/mach/hurd/getsid.c index 9dcfa90fde..57c10c58b7 100644 --- a/sysdeps/mach/hurd/getsid.c +++ b/sysdeps/mach/hurd/getsid.c @@ -28,9 +28,6 @@ getsid (pid_t pid) error_t err; pid_t sid; - if (pid == 0) - pid = _hurd_pid; - err = __USEPORT (PROC, __proc_getsid (port, pid, &sid)); if (err) return (pid_t) __hurd_fail (err); |