mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
* stdlib/tst-setcontext.c: Include unistd.h.
2008-04-30 Jakub Jelinek <jakub@redhat.com> * stdlib/tst-setcontext.c: Include unistd.h.
This commit is contained in:
parent
d4e92d9e08
commit
b5ec5fce74
@ -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):
|
||||
|
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user