From: Roland McGrath Date: Sun, 23 May 1999 09:14:13 +0000 (+0000) Subject: 1999-05-22 Roland McGrath X-Git-Tag: upstream/2.20~20244 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ce588cf722f0c778ad1b0c49041dfc652bc5877;p=platform%2Fupstream%2Flinaro-glibc.git 1999-05-22 Roland McGrath * sysdeps/generic/bits/sigstack.h (enum SS_*): Remove trailing comma. --- diff --git a/bits/sigstack.h b/bits/sigstack.h index 0998256..b1c8d61 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 0998256..b1c8d61 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