summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-10-24 04:25:39 +0000
committerRoland McGrath <roland@gnu.org>1994-10-24 04:25:39 +0000
commitc503b0172e7899d77fc6fe2ab3410aa863ed80fa (patch)
tree8f9c7c5742a20eca5d04477408b8682cb7e8fd07
parent0ff59169067da680ff104059d9ad54d681388361 (diff)
(routines): Add hurdprio.
-rw-r--r--hurd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/Makefile b/hurd/Makefile
index f031f5ab43..8b904dc2b1 100644
--- a/hurd/Makefile
+++ b/hurd/Makefile
@@ -39,7 +39,7 @@ user-interfaces := $(addprefix hurd/,\
fs fsys io term socket ifsock)
server-interfaces := hurd/msg
-routines = hurdinit hurdid hurdlookup hurdpid hurdrlimit hurdexec \
+routines = hurdinit hurdid hurdlookup hurdpid hurdrlimit hurdprio hurdexec \
__setauth setauth \
__pid2task __task2pid pid2task task2pid \
getuids setuids getumask fchroot \