mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Update.
* sysdeps/unix/sysv/linux/ia64/bits/sigstack.h: Prevent double inclusion. Patch by Jes Sorensen <jes@linuxcare.com>.
This commit is contained in:
parent
4370efec00
commit
07d94f9045
@ -1,5 +1,8 @@
|
||||
2000-08-28 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/ia64/bits/sigstack.h: Prevent double
|
||||
inclusion. Patch by Jes Sorensen <jes@linuxcare.com>.
|
||||
|
||||
* locale/localeinfo.h (LIMAGIC): Change base number to 0x20000828
|
||||
to avoid crashing statically linked applications.
|
||||
|
||||
|
@ -21,6 +21,9 @@
|
||||
# error "Never include this file directly. Use <signal.h> instead"
|
||||
#endif
|
||||
|
||||
#ifndef _SIGSTACK_H
|
||||
#define _SIGSTACK_H 1
|
||||
|
||||
/* Structure describing a signal stack (obsolete). */
|
||||
struct sigstack
|
||||
{
|
||||
@ -52,3 +55,5 @@ typedef struct sigaltstack
|
||||
int ss_flags;
|
||||
size_t ss_size;
|
||||
} stack_t;
|
||||
|
||||
#endif /* bits/sigstack.h */
|
||||
|
Loading…
Reference in New Issue
Block a user