From c9326ed5e2b13a01b380d5bace6ffbd652c633d7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 5 Aug 2000 08:10:02 +0000 Subject: Update. 2000-08-05 Ulrich Drepper * Banner: Bump version number to 0.9. Always allocate stack and guardpage together. Use mprotect to --- linuxthreads/tststack.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linuxthreads/tststack.c') diff --git a/linuxthreads/tststack.c b/linuxthreads/tststack.c index 077226a22f..6789ff861a 100644 --- a/linuxthreads/tststack.c +++ b/linuxthreads/tststack.c @@ -1,4 +1,4 @@ -/* Tests for variable stacksize handling. +/* Tests for variable stack size handling. Copyright (C) 2000 Free Software Foundation, Inc. Contributed by Ulrich Drepper , 2000. @@ -19,6 +19,7 @@ #include #include +#include static void *f1 (void *); static void *f2 (void *); -- cgit v1.2.3