diff options
-rw-r--r-- | sysdeps/mach/hurd/setpgid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/setpgid.c b/sysdeps/mach/hurd/setpgid.c index 9db3db8d77..07102777a4 100644 --- a/sysdeps/mach/hurd/setpgid.c +++ b/sysdeps/mach/hurd/setpgid.c @@ -45,7 +45,7 @@ DEFUN(__setpgrp, (pid, pgid), pid_t pid AND pid_t pgid) /* XXX we have no need for a mutex, but cthreads demands one. */ __condition_wait (&_hurd_pids_changed_sync, NULL); #else - swtch_pri(0); + __swtch_pri(0); #endif } |