about summary refs log tree commit diff
path: root/linuxthreads/tststack.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-05 08:10:02 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-05 08:10:02 +0000
commitc9326ed5e2b13a01b380d5bace6ffbd652c633d7 (patch)
treeae3a07d9fd70b102e8b88e1d748e632ef262e985 /linuxthreads/tststack.c
parentfcd31f5a9fdb31893f0204556e6498a4af6e1d68 (diff)
downloadglibc-c9326ed5e2b13a01b380d5bace6ffbd652c633d7.tar.gz
glibc-c9326ed5e2b13a01b380d5bace6ffbd652c633d7.tar.xz
glibc-c9326ed5e2b13a01b380d5bace6ffbd652c633d7.zip
Update.
2000-08-05  Ulrich Drepper  <drepper@redhat.com>

	* Banner: Bump version number to 0.9.

	Always allocate stack and guardpage together.  Use mprotect to
Diffstat (limited to 'linuxthreads/tststack.c')
-rw-r--r--linuxthreads/tststack.c3
1 files changed, 2 insertions, 1 deletions
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 <drepper@redhat.com>, 2000.
 
@@ -19,6 +19,7 @@
 
 #include <pthread.h>
 #include <stdio.h>
+#include <unistd.h>
 
 static void *f1 (void *);
 static void *f2 (void *);