From 90b828e6ad6cbf4a1ac63b51b0910a9cc159b7cd Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 22 May 2001 08:46:19 +0000 Subject: Update. 2001-05-22 Andreas Jaeger * sysdeps/ieee754/ldbl-128/s_log1pl.c: New file, contributed by Stephen L Moshier . 2001-05-22 Martin Schwidefsky * sysdeps/s390/s390-32/backtrace.c: Make backtrace return the return addresses instead of the stack pointers. * sysdeps/s390/s390-64/backtrace.c: Likewise. 2001-05-21 Jakub Jelinek * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Include bits/sigcontext.h instead of bits/sigstack.h. * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add multiple-inclusion guards. --- sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h | 7 ++++++- sysdeps/unix/sysv/linux/ia64/sys/ucontext.h | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'sysdeps/unix/sysv/linux/ia64') diff --git a/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h b/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h index 8daaa5e485..7f99d853a8 100644 --- a/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h +++ b/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1998,2000 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1998, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jes Sorensen , July 2000 @@ -21,6 +21,9 @@ # error "Never use directly; include instead." #endif +#ifndef _BITS_SIGCONTEXT_H +#define _BITS_SIGCONTEXT_H 1 + #include #include @@ -50,3 +53,5 @@ struct sigcontext * include the kernel headers here. */ unsigned long int sc_mask; /* signal mask to restore after handler returns */ }; + +#endif _BITS_SIGCONTEXT_H diff --git a/sysdeps/unix/sysv/linux/ia64/sys/ucontext.h b/sysdeps/unix/sysv/linux/ia64/sys/ucontext.h index 8ca52209ba..017d6e7667 100644 --- a/sysdeps/unix/sysv/linux/ia64/sys/ucontext.h +++ b/sysdeps/unix/sysv/linux/ia64/sys/ucontext.h @@ -22,7 +22,7 @@ #include #include -#include +#include /* * These are here mostly for backwards compatibility with older Unices. -- cgit 1.4.1