1999-05-22 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/generic/bits/sigstack.h (enum SS_*): Remove trailing comma.
This commit is contained in:
parent
0151001634
commit
9ce588cf72
@ -1,5 +1,5 @@
|
|||||||
/* sigstack, sigaltstack definitions.
|
/* 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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -44,10 +44,10 @@ enum
|
|||||||
{
|
{
|
||||||
SS_ONSTACK = 0x0001,
|
SS_ONSTACK = 0x0001,
|
||||||
#define SS_ONSTACK SS_ONSTACK
|
#define SS_ONSTACK SS_ONSTACK
|
||||||
SS_DISABLE = 0x0004,
|
SS_DISABLE = 0x0004
|
||||||
#define SS_DISABLE SS_DISABLE
|
#define SS_DISABLE SS_DISABLE
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Minumum stack size for a signal handler. */
|
/* Minumum stack size for a signal handler. */
|
||||||
#define MINSIGSTKSZ 8192
|
#define MINSIGSTKSZ 8192
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* sigstack, sigaltstack definitions.
|
/* 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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -44,10 +44,10 @@ enum
|
|||||||
{
|
{
|
||||||
SS_ONSTACK = 0x0001,
|
SS_ONSTACK = 0x0001,
|
||||||
#define SS_ONSTACK SS_ONSTACK
|
#define SS_ONSTACK SS_ONSTACK
|
||||||
SS_DISABLE = 0x0004,
|
SS_DISABLE = 0x0004
|
||||||
#define SS_DISABLE SS_DISABLE
|
#define SS_DISABLE SS_DISABLE
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Minumum stack size for a signal handler. */
|
/* Minumum stack size for a signal handler. */
|
||||||
#define MINSIGSTKSZ 8192
|
#define MINSIGSTKSZ 8192
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user