about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bits/sigstack.h6
-rw-r--r--sysdeps/generic/bits/sigstack.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/bits/sigstack.h b/bits/sigstack.h
index 0998256613..b1c8d61ed0 100644
--- a/bits/sigstack.h
+++ b/bits/sigstack.h
@@ -1,5 +1,5 @@
 /* sigstack, sigaltstack definitions.
-   Copyright (C) 1998 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999 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
@@ -44,10 +44,10 @@ enum
 {
   SS_ONSTACK = 0x0001,
 #define SS_ONSTACK	SS_ONSTACK
-  SS_DISABLE = 0x0004,
+  SS_DISABLE = 0x0004
 #define SS_DISABLE	SS_DISABLE
 };
-    
+
 /* Minumum stack size for a signal handler.  */
 #define MINSIGSTKSZ	8192
 
diff --git a/sysdeps/generic/bits/sigstack.h b/sysdeps/generic/bits/sigstack.h
index 0998256613..b1c8d61ed0 100644
--- a/sysdeps/generic/bits/sigstack.h
+++ b/sysdeps/generic/bits/sigstack.h
@@ -1,5 +1,5 @@
 /* sigstack, sigaltstack definitions.
-   Copyright (C) 1998 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999 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
@@ -44,10 +44,10 @@ enum
 {
   SS_ONSTACK = 0x0001,
 #define SS_ONSTACK	SS_ONSTACK
-  SS_DISABLE = 0x0004,
+  SS_DISABLE = 0x0004
 #define SS_DISABLE	SS_DISABLE
 };
-    
+
 /* Minumum stack size for a signal handler.  */
 #define MINSIGSTKSZ	8192