]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - hurd/hurdfault.c
hurd: allow poll() array bigger than FD_SETSIZE
[thirdparty/glibc.git] / hurd / hurdfault.c
index 6ab5a9787691bdcb737883b533e651325a15d749..7b9f2068ecbeb2e37a69a0c61c65ebac8117ad5a 100644 (file)
@@ -1,5 +1,5 @@
 /* Handle faults in the signal thread.
-   Copyright (C) 1994,95,96,97,2002 Free Software Foundation, Inc.
+   Copyright (C) 1994-2015 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <hurd/signal.h>
@@ -24,7 +23,7 @@
 #include <string.h>
 #include <setjmp.h>
 #include <stdio.h>
-#include "thread_state.h"
+#include <thread_state.h>
 #include "faultexc_server.h"   /* mig-generated header for our exc server.  */
 #include <assert.h>