diff options
Diffstat (limited to 'sysdeps/stub/sstk.c')
-rw-r--r-- | sysdeps/stub/sstk.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/stub/sstk.c b/sysdeps/stub/sstk.c index d7486737fa..aa1bfb2e73 100644 --- a/sysdeps/stub/sstk.c +++ b/sysdeps/stub/sstk.c @@ -20,6 +20,9 @@ Cambridge, MA 02139, USA. */ /* 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 (increment) int increment; |