diff options
author | Roland McGrath <roland@gnu.org> | 2009-01-07 01:59:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2009-01-07 01:59:43 +0000 |
commit | c90c1e1c9909bf1549f1d1226d2af61791f1f3c7 (patch) | |
tree | 43e28d06b583f87bbc343d94da851ebb6c20c578 /sysdeps/mach | |
parent | 0db58a77b432040aaf74ea8fd91c7f9ece3c0901 (diff) | |
download | glibc-c90c1e1c9909bf1549f1d1226d2af61791f1f3c7.zip glibc-c90c1e1c9909bf1549f1d1226d2af61791f1f3c7.tar.gz glibc-c90c1e1c9909bf1549f1d1226d2af61791f1f3c7.tar.bz2 |
* sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
net/route.h.
* hurd/report-wait.c (describe_number): Use __stpcpy to prepend
flavor to description only when flavor is not NULL.
* hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
mutex after SIGIO/SIGURG lookup loop.
Diffstat (limited to 'sysdeps/mach')
-rw-r--r-- | sysdeps/mach/hurd/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 8677515..95d7ba3 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1993,94,95,96,97,98,99,2000,2001,2002, 2003, 2004 +# Copyright (C) 1993,94,95,96,97,98,99,2000,2001,2002,2003,2004,2009 # Free Software Foundation, Inc. # This file is part of the GNU C Library. @@ -206,4 +206,9 @@ ifeq ($(subdir),sunrpc) sysdep_headers += nfs/nfs.h endif +ifeq ($(subdir),socket) +sysdep_headers += net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h \ + net/route.h +endif + endif # in-Makerules |