diff options
Diffstat (limited to 'sysdeps/generic/sstk.c')
-rw-r--r-- | sysdeps/generic/sstk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/generic/sstk.c b/sysdeps/generic/sstk.c index ce5cc72d91..6cba9b7fba 100644 --- a/sysdeps/generic/sstk.c +++ b/sysdeps/generic/sstk.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1995, 1996, 1997, 2004 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 @@ -21,7 +21,7 @@ /* Increase the size of the stack by INCREMENT, and return the address of the bottom of the stack. */ -void *sstk __P ((int increment)); +void *sstk (int increment) __THROW; void * sstk (increment) |