From: Jakub Jelinek Date: Wed, 30 Apr 2008 18:08:16 +0000 (+0000) Subject: * stdlib/tst-setcontext.c: Include unistd.h. X-Git-Tag: upstream/2.30~14249 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5ec5fce74f74911ed147d9627ba0c1882a73fe4;p=external%2Fglibc.git * stdlib/tst-setcontext.c: Include unistd.h. 2008-04-30 Jakub Jelinek * stdlib/tst-setcontext.c: Include unistd.h. --- diff --git a/ChangeLog b/ChangeLog index 1c4acf9..30919ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-04-30 Jakub Jelinek + + * stdlib/tst-setcontext.c: Include unistd.h. + 2008-04-25 David S. Miller * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl): diff --git a/stdlib/tst-setcontext.c b/stdlib/tst-setcontext.c index 28bf230..beec23a 100644 --- a/stdlib/tst-setcontext.c +++ b/stdlib/tst-setcontext.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001,2002,2004,2006 Free Software Foundation, Inc. +/* Copyright (C) 2001,2002,2004,2006,2007,2008 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,6 +21,7 @@ #include #include #include +#include static ucontext_t ctx[3];