1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
* sysdeps/unix/sysv/linux/ia64/bits/sigstack.h: Prevent double
	inclusion.  Patch by Jes Sorensen <jes@linuxcare.com>.
This commit is contained in:
Ulrich Drepper
2000-08-29 02:37:20 +00:00
parent 4370efec00
commit 07d94f9045
2 changed files with 8 additions and 0 deletions

View File

@ -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 */