]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* stdlib/tst-setcontext.c: Include unistd.h.
authorJakub Jelinek <jakub@redhat.com>
Wed, 30 Apr 2008 18:08:16 +0000 (18:08 +0000)
committerJakub Jelinek <jakub@redhat.com>
Wed, 30 Apr 2008 18:08:16 +0000 (18:08 +0000)
2008-04-30  Jakub Jelinek  <jakub@redhat.com>

* stdlib/tst-setcontext.c: Include unistd.h.

ChangeLog
stdlib/tst-setcontext.c

index 1c4acf95c7ad9aa51e783bda94cade140b2b1dca..30919ee6cf1fd8322659ddf2dd3684bb1dd73b1e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-30  Jakub Jelinek  <jakub@redhat.com>
+
+       * stdlib/tst-setcontext.c: Include unistd.h.
+
 2008-04-25  David S. Miller  <davem@davemloft.net>
 
        * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
index 28bf23026492e40130e8e6fa2d467b6d59866322..beec23a6860389ffc5a656c5a69c2dd3506fd2bc 100644 (file)
@@ -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 <stdlib.h>
 #include <string.h>
 #include <ucontext.h>
+#include <unistd.h>
 
 static ucontext_t ctx[3];