diff options
author | Roland McGrath <roland@gnu.org> | 1998-10-19 00:45:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-10-19 00:45:33 +0000 |
commit | 7d25696a35c32b242425aa0e77d1b4d938d1262e (patch) | |
tree | 4c2c785ca45bfb4c5db226da603efc76bcd65744 /hurd/Makefile | |
parent | 3f804c953da3ed97d8f50a258e6ac9ce671ede31 (diff) | |
download | glibc-7d25696a35c32b242425aa0e77d1b4d938d1262e.zip glibc-7d25696a35c32b242425aa0e77d1b4d938d1262e.tar.gz glibc-7d25696a35c32b242425aa0e77d1b4d938d1262e.tar.bz2 |
1998-10-19 Roland McGrath <roland@baalperazim.frob.com>
* hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
_HURD_THREADVAR_DL_ERROR.
* hurd/Makefile (user-interfaces): Add login, password.
* sysdeps/mach/hurd/Makefile (+cflags): Append -Wno-parentheses.
Diffstat (limited to 'hurd/Makefile')
-rw-r--r-- | hurd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hurd/Makefile b/hurd/Makefile index 441c66c..85aa30a 100644 --- a/hurd/Makefile +++ b/hurd/Makefile @@ -35,7 +35,9 @@ user-interfaces := $(addprefix hurd/,\ process process_request \ msg msg_reply msg_request \ exec exec_startup crash interrupt \ - fs fsys io term tioctl socket ifsock) + fs fsys io term tioctl socket ifsock \ + login password \ + ) server-interfaces := hurd/msg faultexc routines = hurdstartup hurdinit \ |