From 9ce588cf722f0c778ad1b0c49041dfc652bc5877 Mon Sep 17 00:00:00 2001
From: Roland McGrath <roland@gnu.org>
Date: Sun, 23 May 1999 09:14:13 +0000
Subject: [PATCH] 1999-05-22  Roland McGrath  <roland@baalperazim.frob.com>

* sysdeps/generic/bits/sigstack.h (enum SS_*): Remove trailing comma.
---
 bits/sigstack.h                 | 6 +++---
 sysdeps/generic/bits/sigstack.h | 6 +++---
 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