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 <carlos@systemhalted.org>
This commit is contained in:
Carlos O'Donell 2011-10-21 12:16:52 -04:00
parent 8cb8321faf
commit f683020445
2 changed files with 7 additions and 3 deletions

View 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

View 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
@ -29,10 +30,8 @@
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