Update sys/procfs.h.
authorCarlos O'Donell <carlos@systemhalted.org>
Fri, 21 Oct 2011 16:16:52 +0000 (12:16 -0400)
committerCarlos O'Donell <carlos@systemhalted.org>
Fri, 21 Oct 2011 16:16:52 +0000 (12:16 -0400)
The signal.h and sys/ucontext.h headers no longer
need to be included directly into procfs.h. This
syncrhonizes this file with other canonical targets
and makes maintenance easier.

Signed-off-by: Carlos O'Donell <carlos@systemhalted.org>
ChangeLog.hppa
sysdeps/unix/sysv/linux/hppa/sys/procfs.h

index 564ca0f..be3a951 100644 (file)
@@ -1,3 +1,8 @@
+2011-10-21  Carlos O'Donell  <carlos@systemhalted.org>
+
+       * sysdeps/unix/sysv/linux/hppa/sys/procfs.h: Update copyright year.
+       Do not include signal.h and sys/ucontext.h. 
+
 2011-10-20  Carlos O'Donell  <carlos@systemhalted.org>
 
        * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Update copyright 
index ca35489..0c07633 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright (C) 1996, 1997, 1999, 2000, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 1999, 2000, 2006, 2011 
+   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
    GDB unless you know what you are doing.  */
 
 #include <features.h>
-#include <signal.h>
 #include <sys/time.h>
 #include <sys/types.h>
-#include <sys/ucontext.h>
 #include <sys/user.h>
 
 __BEGIN_DECLS