Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 29 Aug 2000 02:37:20 +0000 (02:37 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 29 Aug 2000 02:37:20 +0000 (02:37 +0000)
* sysdeps/unix/sysv/linux/ia64/bits/sigstack.h: Prevent double
inclusion.  Patch by Jes Sorensen <jes@linuxcare.com>.

ChangeLog
sysdeps/unix/sysv/linux/ia64/bits/sigstack.h

index 2d65ecd..58400d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index 1894dab..bff84bd 100644 (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 */