]> sourceware.org Git - glibc.git/commitdiff
1999-05-22 Roland McGrath <roland@baalperazim.frob.com>
authorRoland McGrath <roland@gnu.org>
Sun, 23 May 1999 09:14:13 +0000 (09:14 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 23 May 1999 09:14:13 +0000 (09:14 +0000)
* sysdeps/generic/bits/sigstack.h (enum SS_*): Remove trailing comma.

bits/sigstack.h
sysdeps/generic/bits/sigstack.h

index 0998256613719dc96f1211d98793d2d1cf8b21a8..b1c8d61ed0adcc973459ea0e1da7def644bc5b60 100644 (file)
@@ -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
 
index 0998256613719dc96f1211d98793d2d1cf8b21a8..b1c8d61ed0adcc973459ea0e1da7def644bc5b60 100644 (file)
@@ -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
 
This page took 0.048263 seconds and 5 git commands to generate.