From f683020445f7fcb66100cfa8adcacd4025528694 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Fri, 21 Oct 2011 12:16:52 -0400 Subject: [PATCH] Update sys/procfs.h. 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 --- ChangeLog.hppa | 5 +++++ sysdeps/unix/sysv/linux/hppa/sys/procfs.h | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog.hppa b/ChangeLog.hppa index 564ca0f..be3a951 100644 --- a/ChangeLog.hppa +++ b/ChangeLog.hppa @@ -1,3 +1,8 @@ +2011-10-21 Carlos O'Donell + + * 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 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Update copyright diff --git a/sysdeps/unix/sysv/linux/hppa/sys/procfs.h b/sysdeps/unix/sysv/linux/hppa/sys/procfs.h index ca35489..0c07633 100644 --- a/sysdeps/unix/sysv/linux/hppa/sys/procfs.h +++ b/sysdeps/unix/sysv/linux/hppa/sys/procfs.h @@ -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 @@ -29,10 +30,8 @@ GDB unless you know what you are doing. */ #include -#include #include #include -#include #include __BEGIN_DECLS -- 2.7.4