Skip to content

Commit

Permalink
(MINSIGSTKSZ, SIGSTKSZ): Changed to match kernel.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Oct 1, 2002
1 parent 45c6c3e commit 076febb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sysdeps/unix/sysv/linux/ia64/bits/sigstack.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* sigstack, sigaltstack definitions.
Copyright (C) 1998, 2000 Free Software Foundation, Inc.
Copyright (C) 1998, 2000, 2002 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
Expand Down Expand Up @@ -42,10 +42,10 @@ enum
};

/* Minimum stack size for a signal handler. */
#define MINSIGSTKSZ 2048
#define MINSIGSTKSZ 131027

/* System default stack size. */
#define SIGSTKSZ 8192
#define SIGSTKSZ 262144


/* Alternate, preferred interface. */
Expand Down

0 comments on commit 076febb

Please sign in to comment.