]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
authorRoland McGrath <roland@gnu.org>
Wed, 7 Jan 2009 01:59:43 +0000 (01:59 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 7 Jan 2009 01:59:43 +0000 (01:59 +0000)
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.

ChangeLog
hurd/hurdsig.c
sysdeps/mach/hurd/Makefile

index 4ba72c2f2aee4ffbc0735cbdcf2aeeee543f3b86..8ebe5bb467ee85aa7174151a5259102c0478eb18 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+       * 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.
+
 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
 
        * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
index 27050c99d948ffa4439e32bf48d2847aed060f8b..7a6b1d50c45120688be2b77192bb6f097d8366b4 100644 (file)
@@ -1134,6 +1134,7 @@ signal_allowed (int signo, mach_port_t refport)
              }
            _hurd_port_free (&_hurd_dtable[d]->port, &ulink, port);
          }
+       __mutex_unlock (&_hurd_dtable_lock);
        /* If we found a lucky winner, we've set D to -1 in the loop.  */
        if (lucky)
          goto win;
index 8677515cd9a5eebec66d6417c5ee985b0822886b..95d7ba3800d500eebb7fdd45409f273b1855da5b 100644 (file)
@@ -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